You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/04/05 17:00:54 UTC

[GitHub] [trafficserver] c-taylor opened a new issue, #8780: pcre library needs review

c-taylor opened a new issue, #8780:
URL: https://github.com/apache/trafficserver/issues/8780

   Current issues are:
   * pcre library is no longer maintained; author working on pcre2
   * pcre jit support in ATS is incomplete
     * https://issues.apache.org/jira/browse/TS-3143
     * https://issues.apache.org/jira/browse/TS-3144
   * Library review
     * Should probably look at pcre2/je2 (or others)
   
   ----
   
   Whilst looking at some high RPS rate tests libpcre was starting to 'feature' in traces.
   The obvious optimisation for libpcre is to use the jit support, which probably lends itself well to constrained lists of regex.
   
   However, given the above an "architectural review" is probably required before more effort is spent...
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficserver] maskit commented on issue #8780: pcre library needs to be upgrade to pcre2

Posted by "maskit (via GitHub)" <gi...@apache.org>.
maskit commented on issue #8780:
URL: https://github.com/apache/trafficserver/issues/8780#issuecomment-1729860529

   Just to tell the bot this is not stale, we are going to do this by version 10.0 release.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficserver] github-actions[bot] commented on issue #8780: pcre library needs to be upgrade to pcre2

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #8780:
URL: https://github.com/apache/trafficserver/issues/8780#issuecomment-1728645793

   This issue has been automatically marked as stale because it has not had recent activity. Marking it stale to flag it for further consideration by the community.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficserver] jeredfloyd commented on issue #8780: pcre library needs to be upgrade to pcre2

Posted by GitBox <gi...@apache.org>.
jeredfloyd commented on issue #8780:
URL: https://github.com/apache/trafficserver/issues/8780#issuecomment-1252367300

   There is a new Fedora tracking bug for this issue: https://bugzilla.redhat.com/show_bug.cgi?id=2128391


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficserver] c-taylor commented on issue #8780: pcre library needs review

Posted by GitBox <gi...@apache.org>.
c-taylor commented on issue #8780:
URL: https://github.com/apache/trafficserver/issues/8780#issuecomment-1089273889

   It looks like trafficserver precompiles the expressions, replacing the need/benefit of the jit…  Perhaps someone can confirm…
   
   So really this may just be a “what’s the long term plan” question… Given status of pcre project…


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] pcre library needs to be upgrade to pcre2 [trafficserver]

Posted by "bgermann (via GitHub)" <gi...@apache.org>.
bgermann commented on issue #8780:
URL: https://github.com/apache/trafficserver/issues/8780#issuecomment-1902224747

   On the corresponding Debian bug, there is [a patch available](https://bugs.debian.org/999938#20).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org