Re: [Resin-interest] Resin cluster performance drops with number of nodes

2007-05-25 Thread Gary Zhu
One advantage of cluster is for failover. You might get performance gain when you maxed out CPU time on each of the physical servers. But if you have 95% idle time when running jmeter on single server configuration, it won't help you if you run it on 2 server cluster mode. However, you brought

Re: [Resin-interest] mod_caucho and resin 2.1.17 and sockets

2007-05-25 Thread Gary Zhu
On the issue of tcp connection (client <-->apache) on CLOSE_WAIT for a long time: unfortunately, I don't know how to tune it on Linux. But I tune this down to 10 seconds on Solaris (tcp_time_wait). This was recommended when I was on BEA land, for high traffic web site, with a lot of people com

[Resin-interest] Resin cluster performance drops with number of nodes

2007-05-25 Thread MORAWETZ Martin
Hallo, I'm evaluating the resin-cluster capabilities. My problem is that with the current setup using just one node performes much better than having two nodes running. The setup is: Two apache server as frontend, I use the mod_caucho module as load-balancer, two resin server. One Apache and one

Re: [Resin-interest] Connection Reset message

2007-05-25 Thread Scott Ferguson
On May 21, 2007, at 7:15 PM, Keith Fetterman wrote: > I am experiencing a problem displaying pages from our Website on > Windows > XP computers running Symantec's Norton Internet Security 2007 (NIS > 2007.) Frequently, I will get a "Connection Reset" message in > Firefox 2 > and "Page cannot

Re: [Resin-interest] Problems with ADF faces application on JBoss 3.1.1

2007-05-25 Thread Scott Ferguson
On May 24, 2007, at 7:31 AM, Taber, Guthrie wrote: I figured this was due to the conflict of the jsf-12.jar shipped with Resin 3.1.1 and the jsf .jars shipped with the adf sample application. Yes, you should delete the jsf-12.jar. That's not supposed to be released yet. I just remov

[Resin-interest] mod_caucho and resin 2.1.17 and sockets

2007-05-25 Thread okrische
Hello everyone, i face a problem with - apache-2.0.59-prefork as httpd, - mod_caucho from resin 2.1.17 and - Linux Debian Etch (2.6.18-4-amd64) The httpd uses the mod_deflate module to compress the output. It delivers the output in chunks to the client, as far as i can see. This is the scena

Re: [Resin-interest] Resin 2.x, mod_caucho and Apache 2.2

2007-05-25 Thread okrische
Hello, i forgot to mention, that i was trying to compile it on a 64bit Linux. Anyways, it was compilable with the -fPIC switch. Ding Deng wrote: > > okrische <[EMAIL PROTECTED]> writes: >> Hello, >> i just wonder, if there is any plan to fix mod_caucho for Apache 2.2.x? I >> guess not, ther