Re: BEEP implementation

2006-09-15 Thread peter royal
On Sep 13, 2006, at 6:08 PM, Colin Fleming wrote: Is this something that the MINA project would be interested in incorporating into the core project? I get to do this on my work time, so hopefully I'll get some good progress fairly quickly. Yes, totally. We've been talking about hosting protoco

[jira] Commented: (DIRMINA-261) ioSession.close().join() when SO_LINGERING set

2006-09-15 Thread peter royal (JIRA)
[ http://issues.apache.org/jira/browse/DIRMINA-261?page=comments#action_12435047 ] peter royal commented on DIRMINA-261: - Yes, chuck them onto another thread as to not block the IOP > ioSession.close().join() when SO_LINGERING set > ---

[jira] Closed: (DIRMINA-264) IoServiceListenerSupport disconnects active sessions under load with IoConnectors

2006-09-15 Thread peter royal (JIRA)
[ http://issues.apache.org/jira/browse/DIRMINA-264?page=all ] peter royal closed DIRMINA-264. --- Resolution: Fixed Fixed. Thanks Trustin, your fix for having services properly activated was part, along with my fix for setting the right service on the remote

Re: STUNT: TCP NAT Traversal

2006-09-15 Thread peter royal
On Sep 15, 2006, at 1:14 AM, Vinod Panicker wrote: On 9/12/06, peter royal <[EMAIL PROTECTED]> wrote: neat, might make a fun filter. -pete http://nutss.gforge.cis.cornell.edu/stunt.php Didn't quite understand how this would fit into the filter paradigm, since this is a client/server thingy.

Re: In-VM pipe

2006-09-15 Thread Emmanuel Lecharny
On 9/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > communicate on different machines. It seems that unix server is much easier > to scale(there is a debate that process could be scaled better than thread). > http://blog.labnotes.org/2006/08/29/why-processes-scale-better-than-threads/ D

Re:In-VM pipe

2006-09-15 Thread steven . x . shaw
> communicate on different machines. It seems that unix server is much easier > to scale(there is a debate that process could be scaled better than thread). > http://blog.labnotes.org/2006/08/29/why-processes-scale-better-than-threads/ Don't believe everything you read. Certainly not in blogsph

Re: BEEP implementation

2006-09-15 Thread Colin Fleming
On 9/15/06, Trustin Lee <[EMAIL PROTECTED]> wrote: Some people asked us about BEEP implementation from time to time, but we didn't have enough time to implement BEEP. We have interest definitely. Great! Thread model and protocol implementation works independently, so you don't need to worry

Re: Question from developers

2006-09-15 Thread Hanson Char
It is because the I/O thread will move the position when it writes the buffer you specified. So you have to duplicate the buffer: buf.flip(); for each session { session.write(buf.duplicate()); } Of course (in hindsight), for the session.write() is asyn! A trivial thought: if the method

[jira] Commented: (DIRSERVER-742) update to spring 1.2.8

2006-09-15 Thread Ersin Er (JIRA)
[ http://issues.apache.org/jira/browse/DIRSERVER-742?page=comments#action_12434991 ] Ersin Er commented on DIRSERVER-742: It's for 1.0 RC4, however we also need to update 1.1 branch. And also we need to do all tests to make sure this upgrad

[jira] Commented: (DIRSERVER-742) update to spring 1.2.8

2006-09-15 Thread Emmanuel Lecharny (JIRA)
[ http://issues.apache.org/jira/browse/DIRSERVER-742?page=comments#action_12434973 ] Emmanuel Lecharny commented on DIRSERVER-742: - Question : will we apply this patch to RC4, or will we apply it to 1.1.0 trunk ? [ ] Apply to RC4 [

Re: updating spring 1.2.1 to 1.2.8?

2006-09-15 Thread Bastiaan Bakker
Done On Fri, 2006-09-15 at 08:58 -0400, Alex Karasulu wrote: > File a JIRA issue then submit a patch (svn diff) for this please. > > Thanks, > Alex > > Bastiaan Bakker wrote: > > Hi, > > > > I've rebuild apacheds-1.0-RC4 with spring 1.2.8 (see attached patch). > > Other than updating the poms

[jira] Updated: (DIRSERVER-742) update to spring 1.2.8

2006-09-15 Thread Bastiaan Bakker (JIRA)
[ http://issues.apache.org/jira/browse/DIRSERVER-742?page=all ] Bastiaan Bakker updated DIRSERVER-742: -- Attachment: apacheds-1.0-RC4-spring-1.2.8.patch patches the poms to use spring 1.2.8 instead of 1.2.1. No other modifications were necessary fo

[jira] Created: (DIRSERVER-742) update to spring 1.2.8

2006-09-15 Thread Bastiaan Bakker (JIRA)
update to spring 1.2.8 -- Key: DIRSERVER-742 URL: http://issues.apache.org/jira/browse/DIRSERVER-742 Project: Directory ApacheDS Issue Type: Improvement Affects Versions: 1.0-RC4 Reporter: Bastiaan Bakker

Re: Issues with Russian [Fwd: Directory Service]

2006-09-15 Thread Emmanuel Lecharny
OT : One more reason not to keep e-mail of originla writters in the source;)Евгений, could you give us a little bit more information on what you are trying to do, and where is the code you point out in the code base? 'Directry Service' is a little bit vague, I think :) Something like "In project ap

Re: updating spring 1.2.1 to 1.2.8?

2006-09-15 Thread Alex Karasulu
File a JIRA issue then submit a patch (svn diff) for this please. Thanks, Alex Bastiaan Bakker wrote: Hi, I've rebuild apacheds-1.0-RC4 with spring 1.2.8 (see attached patch). Other than updating the poms no changes where necessary at all. Cheers, Bastiaan

Issues with Russian [Fwd: Directory Service]

2006-09-15 Thread Alex Karasulu
Please send these emails to the directory dev list please. Thanks, Alex --- Begin Message --- Hi guys, You have got some bugs in your directory service. The biggest - trouble with Russian. Its unable to insert russian big letter I (И). You should use this combination everywhere and it became o

Re: updating spring 1.2.1 to 1.2.8?

2006-09-15 Thread Bastiaan Bakker
Hi, I've rebuild apacheds-1.0-RC4 with spring 1.2.8 (see attached patch). Other than updating the poms no changes where necessary at all. Cheers, Bastiaan Index: server-installers/pom.xml === --- server-installers/pom.xml (revisi