Re: [us...@httpd] Isolating slow and fast connections using apache/modjk

2009-01-09 Thread Henk Fictorie
Gerhardus.Geldenhuis wrote: > > > My question really is where I should be doing the isolation to protect > slow stacks. I am not sure whether I can achieve this in modjk or > whether I should rather be running separate apache instances for tomcat > stack A and B. I considered using virtual host

Re: [us...@httpd] Isolating slow and fast connections using apache/modjk

2009-01-02 Thread André Warnier
gerhardus.geldenh...@gta-travel.com wrote: [...] I am not a specialist in high-throughput Apache/Tomcat configurations, but just some basic data : First, I think that other people on this list more qualified than I am, will tell you to set up a test configuration, try it out by simulating the

RE: [us...@httpd] Isolating slow and fast connections using apache/modjk

2009-01-02 Thread Gerhardus.Geldenhuis
> -Original Message- > From: André Warnier [mailto:a...@ice-sa.com] > Sent: 02 January 2009 10:00 > To: users@httpd.apache.org > Subject: Re: [us...@httpd] Isolating slow and fast connections using > apache/modjk > > gerhardus.geldenh...@gta-travel.com wrote: >

Re: [us...@httpd] Isolating slow and fast connections using apache/modjk

2009-01-02 Thread André Warnier
gerhardus.geldenh...@gta-travel.com wrote: [...] Not a real answer to your question, just some data. VirtualHost's will use the same pool of Apache threads/children. A VirtualHost is only a different "personality" that one Apache thread/child assumes temporarily to handle a request, depending on

[us...@httpd] Isolating slow and fast connections using apache/modjk

2009-01-02 Thread Gerhardus.Geldenhuis
Hi We have an apache server that load balances two types of applications across different stacks of tomcats. We have a tomcat stack for requests that processes very quickly, lets call this stack A and a tomcat stack for slower running request(different type of application) named stack B. We limi