[jira] Updated: (DIRMINA-162) datagram session management fails

2006-09-09 Thread Greg Duffy (JIRA)
[ http://issues.apache.org/jira/browse/DIRMINA-162?page=all ] Greg Duffy updated DIRMINA-162: --- Attachment: mina-datagram-session-management-v2.diff Attached is the next version with IoSessionRecycler per Trustin's and my comments. I still am not sure

[jira] Commented: (DIRMINA-162) datagram session management fails

2006-09-09 Thread Greg Duffy (JIRA)
[ http://issues.apache.org/jira/browse/DIRMINA-162?page=comments#action_12433566 ] Greg Duffy commented on DIRMINA-162: Also, I could not find a good implementation of an expiring map, so I wrote my own. Please review that code carefully

[jira] Updated: (DIRMINA-162) datagram session management fails

2006-09-09 Thread Greg Duffy (JIRA)
[ http://issues.apache.org/jira/browse/DIRMINA-162?page=all ] Greg Duffy updated DIRMINA-162: --- Attachment: mina-datagram-session-management-v3.diff Minor change to build filter chain only when a session isn't recycled (save some clocks :) datagram

[jira] Created: (DIRSERVER-732) FilterParser initialized for each search

2006-09-09 Thread Emmanuel Lecharny (JIRA)
FilterParser initialized for each search Key: DIRSERVER-732 URL: http://issues.apache.org/jira/browse/DIRSERVER-732 Project: Directory ApacheDS Issue Type: Improvement Reporter: Emmanuel

[ADS 2.0] New ASN.1 codec metrics

2006-09-09 Thread Emmanuel Lecharny
Hi, I spent some time this week to work on a new structure for codec. Basically, my initial intent was to merge Snickers and twix, to avoid a transformation. Another objective was to build a better Object hierarchy which will reflect the LDAP grammar given in RFC 2251 and RFC 4511. Last, not

Re: [ADS 2.0] New ASN.1 codec metrics

2006-09-09 Thread Ersin Er
Hi, On 9/9/06, Emmanuel Lecharny [EMAIL PROTECTED] wrote: Hi, I spent some time this week to work on a new structure for codec. Basically, my initial intent was to merge Snickers and twix, to avoid a transformation. Another objective was to build a better Object hierarchy which will reflect

Re: [ADS 2.0] New ASN.1 codec metrics

2006-09-09 Thread Emmanuel Lecharny
Ersin Er a écrit : Hi, On 9/9/06, Emmanuel Lecharny [EMAIL PROTECTED] wrote: sqnip/ - Twix : encoding 10 000 000 BindRequest takes 27 seconds - NewTwix : encoding 10 000 000 BindRequest takes 192 seconds snip/ Question : at what point good design is better than performance ? Good

Question regarding FilterVisitor implementation

2006-09-09 Thread Stefan Zoerner
Hi all! I use ApacheDS 1.0 RC4 and have a question regarding FilterVisitor from org.apache.directory.shared.ldap.filter, and related stuff. I have programmed a simple interceptor which determines attribute types most frequently used in search filters, and periodically writes a report about

Re: Streaming / Serializing Big Objects

2006-09-09 Thread Ole Ersoy
Emmanuel: Each experimentation is warmly welcomed, if they can bring some solution to a known problem ! Ole: Word - I'll consolidate these discussions into some type of design document, so that we have standardized terminology / architecture use cases / and code examples to work from. I

Re: Streaming / Serializing Big Objects

2006-09-09 Thread Emmanuel Lecharny
Ole Ersoy a écrit : Emmanuel: Each experimentation is warmly welcomed, if they can bring some solution to a known problem ! Ole: Word - I'll consolidate these discussions into some type of design document, so that we have standardized terminology / architecture use cases / and code

Re: Question regarding FilterVisitor implementation

2006-09-09 Thread Emmanuel Lecharny
Stefan Zoerner a écrit : Hi all! I use ApacheDS 1.0 RC4 and have a question regarding FilterVisitor from org.apache.directory.shared.ldap.filter, and related stuff. I have programmed a simple interceptor which determines attribute types most frequently used in search filters, and

Re: Question regarding FilterVisitor implementation

2006-09-09 Thread Stefan Zoerner
Emmanuel Lecharny wrote: Strange. From what I understand of the code - and sure Alex can give you a better explanation -, there is a 'visit' method in the NormalizingVisitor which is applied to all the attributes found in a filter into the NormalizationService.search(). It seems that for some

Re: Question regarding FilterVisitor implementation

2006-09-09 Thread Emmanuel Lecharny
Stefan Zoerner a écrit : Thanks for your reply, Emmanuel! The strange thing is, that even for cn, the OID is returned, if I use the eq (=) operator in the leaf. Only if I use a substr expression like cn=Tor*, the name cn is returned. I think that the visitors are not called for