[Resin-interest] Did resin support epoll?

2006-12-26 Thread Steve Z
Hi Sun JRE nio has supported epoll from JDK5.0_up9,JDK6.0 at bottom, I wanna know whether it meaned resin support epoll now? thanks. -- Best Regards! ___ resin-interest mailing list resin-interest@caucho.com

Re: [Resin-interest] Did resin support epoll?

2006-12-26 Thread Serge Knystautas
Steve Z wrote: Hi Sun JRE nio has supported epoll from JDK5.0_up9,JDK6.0 at bottom, I wanna know whether it meaned resin support epoll now? thanks. Resin does not use nio, so how the Sun JVM implements NIO is not significant. This is an interesting read on the matter from when epoll

Re: [Resin-interest] Did resin support epoll?

2006-12-26 Thread Scott Ferguson
On Dec 26, 2006, at 9:59 AM, Serge Knystautas wrote: Steve Z wrote: Hi Sun JRE nio has supported epoll from JDK5.0_up9,JDK6.0 at bottom, I wanna know whether it meaned resin support epoll now? thanks. Resin does not use nio, so how the Sun JVM implements NIO is not significant.

Re: [Resin-interest] Resin 3.1.0 release

2006-12-26 Thread Alex Sharaz
Scott, many thanks for the official release of 3.1 I've installed it on a RHEL4 system with the BEA Jrockit JVM. Got all my ususal stuff working but sadly not Gallery2 or media wiki. I've switched debug logging on and have what might be some useful logging. Should I send it to the list or

Re: [Resin-interest] Resin 3.1.0 release

2006-12-26 Thread Scott Ferguson
On Dec 26, 2006, at 1:22 PM, Alex Sharaz wrote: Scott, many thanks for the official release of 3.1 I've installed it on a RHEL4 system with the BEA Jrockit JVM. Got all my ususal stuff working but sadly not Gallery2 or media wiki. I've switched debug logging on and have what might be some

Re: [Resin-interest] Did resin support epoll?

2006-12-26 Thread Steve Z
thank all very much :) Do you mean if we're using 64-bit os, poll equal epoll? On 12/27/06, Scott Ferguson [EMAIL PROTECTED] wrote: On Dec 26, 2006, at 9:59 AM, Serge Knystautas wrote: Steve Z wrote: Hi Sun JRE nio has supported epoll from JDK5.0_up9,JDK6.0 at bottom, I wanna

[Resin-interest] Isapi_dll 3.0.18 vs 3.0.22

2006-12-26 Thread Leland, Robert
On about 50% of our machines using IE 6.0 is not reloading JavaScript/Image files. We are running HTTPS/SSL over IIS 6.0 SP2. (IE loads the file the first time but when IE Checks to see if the files in its cache are up to date I believe the reload fails) When we switched to the 3.0.18 version of

Re: [Resin-interest] Isapi_dll 3.0.18 vs 3.0.22

2006-12-26 Thread Matt Pangaro
Robert, Try out the latest snapshot, if you have an environment in which you can test this. It should turn into a 3.0.23 release very soon, and has a fix for chunked encoding with cached responses. (i.e. it shouldn't be setting the header for chunked encoding.) 3.0.22 also contained some