[jira] Commented: (TS-87) Performance improvement: Avoid linear search in remap code

2010-01-13 Thread Manjesh Nilange (JIRA)
[ https://issues.apache.org/jira/browse/TS-87?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12799983#action_12799983 ] Manjesh Nilange commented on TS-87: --- I should've added this in the patch description: The patc

[jira] Updated: (TS-87) Performance improvement: Avoid linear search in remap code

2010-01-13 Thread Manjesh Nilange (JIRA)
[ https://issues.apache.org/jira/browse/TS-87?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manjesh Nilange updated TS-87: -- Attachment: trie.patch Implementation of proposed change > Performance improvement: Avoid linear search in

[jira] Commented: (TS-87) Performance improvement: Avoid linear search in remap code

2010-01-13 Thread Manjesh Nilange (JIRA)
[ https://issues.apache.org/jira/browse/TS-87?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12799980#action_12799980 ] Manjesh Nilange commented on TS-87: --- Proposed change: Design: We create a trie for all the

[jira] Created: (TS-107) make Diags configurable via ./configure

2010-01-13 Thread John Plevyak (JIRA)
make Diags configurable via ./configure --- Key: TS-107 URL: https://issues.apache.org/jira/browse/TS-107 Project: Traffic Server Issue Type: Improvement Components: Core Affects Versions: 2.

[jira] Closed: (TS-86) HTTP cache miss latency huge

2010-01-13 Thread John Plevyak (JIRA)
[ https://issues.apache.org/jira/browse/TS-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Plevyak closed TS-86. -- Resolution: Fixed Fix Version/s: 2.1.0 Committed revision 898919, dev branch > HTTP cache miss latency huge

[jira] Closed: (TS-94) optionaly use pipe/fdevent()/libev ev_async to signal threads waiting on poll that new events have been posted to the thread

2010-01-13 Thread John Plevyak (JIRA)
[ https://issues.apache.org/jira/browse/TS-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Plevyak closed TS-94. -- Resolution: Fixed Committed revision 898919 > optionaly use pipe/fdevent()/libev ev_async to signal threads waiting

PCRE

2010-01-13 Thread Leif Hedstrom
Hi all, I just committed a patch that will make the TS build fail if PCRE (+ -dev) is not installed. Long term, all regex code will switch over to PCRE as well, but this was necessary to merge in a change from Y! that we depend on (and it's a good one). This patch lets you do remap rules like

[jira] Resolved: (TS-80) Support regular expressions in the host fields of remap rules

2010-01-13 Thread Leif Hedstrom (JIRA)
[ https://issues.apache.org/jira/browse/TS-80?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leif Hedstrom resolved TS-80. - Resolution: Fixed Checked in. > Support regular expressions in the host fields of remap rules > -

[jira] Updated: (TS-105) TS does not process must/proxy revalidate correctly

2010-01-13 Thread Manjesh Nilange (JIRA)
[ https://issues.apache.org/jira/browse/TS-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manjesh Nilange updated TS-105: --- Attachment: mp-reval.patch HttpTransact.cc patch with fix. > TS does not process must/proxy revalidate