RE: Design Review for ajp13's changes: WAS problem w/ ajp13 - if Tomc at is shutdown

2001-03-12 Thread Shinta Tjio
Title: RE: Design Review for ajp13's changes: WAS problem w/ ajp13 - if Tomc at is shutdown This doesn't seem to be a problem on Windows 2000. I can't reproduce this on Windows 2000, as well. It must be how the socket works on Windows. shinta > -Original Message--

Re: Design Review for ajp13's changes: WAS problem w/ ajp13 - if Tomc at is shutdown

2001-03-12 Thread Nick Holloway
[EMAIL PROTECTED] (Shinta Tjio) writes: > The reason I didn't do one for Win32 is because I hadn't been able > to reproduce the problem on Win32, at least Windows 2000. They must > handle socket differently. I hate to put unnecessary code, especially > when I can't reproduce it, can't test it and

RE: Design Review for ajp13's changes: WAS problem w/ ajp13 - if Tomc at is shutdown

2001-03-08 Thread GOMEZ Henri
Title: RE: Design Review for ajp13's changes: WAS problem w/ ajp13 - if Tomc at is shutdown To keep high performance in this connector, it will be better to handle the tomcat restart as an exceptionnal condition ;-)   La prise de conscience de votre propre ignorance est un grand pas ve

RE: Design Review for ajp13's changes: WAS problem w/ ajp13 - if Tomc at is shutdown

2001-03-08 Thread Shinta Tjio
Title: RE: Design Review for ajp13's changes: WAS problem w/ ajp13 - if Tomc at is shutdown > > 3) For option (1), I have a few questions > > > >  - Is there a way in which data could be lost?  Specifically, > >as you state, > >the send() will return w

RE: Design Review for ajp13's changes: WAS problem w/ ajp13 - if Tomc at is shutdown

2001-03-08 Thread GOMEZ Henri
>First off, it's GREAT that you are working on this -- it's a >very heavily requested improvement. > 1) This work will end up being committed in the 3.3 branch, >rather than the >3.2 branch. 3.2 is only bug fixes now, not new features. The >mod_jk C code >is very similar in 3.3 and 3.2, but

RE: Design Review for ajp13's changes: WAS problem w/ ajp13 - if Tomc at is shutdown

2001-03-08 Thread Shinta Tjio
Title: RE: Design Review for ajp13's changes: WAS problem w/ ajp13 - if Tomc at is shutdown Dan, thanks for reviewing See my inline comments. > First off, it's GREAT that you are working on this -- it's a > very heavily requested improvement. > > I ha

Re: Design Review for ajp13's changes: WAS problem w/ ajp13 - if Tomc at is shutdown

2001-03-08 Thread Dan Milstein
diffs for the proposed changes #1: > jk_ajp13_worker.c.1.diff > mod_jk.c.1.diff > > Unified diffs for the proposed changes #2: > jk_ajp13_worker.c.2.diff > jk_connect.c.2.diff > > thanks so much! > shinta > > > -----Original Message----- > > From: [

RE: Design Review for ajp13's changes: WAS problem w/ ajp13 - if Tomc at is shutdown

2001-03-07 Thread Shinta Tjio
Title: RE: Design Review for ajp13's changes: WAS problem w/ ajp13 - if Tomc at is shutdown Attached are the unified diffs for the proposed changes. They are diffs against the 3.2.1 release code. I hope this is sufficient. I haven't got to use Solaris patch tool yet. These are