RE: [Catalyst] Zeus and Catalyst

2011-01-14 Thread Duncan Garland
to persistent for a significant period of time (eg 30 minutes). Is this correct operation? Regards Duncan From: Peter Edwards [mailto:pe...@dragonstaff.co.uk] Sent: 12 January 2011 10:55 To: The elegant MVC web framework Subject: Re: [Catalyst] Zeus and Catalyst On 12 January 2011 09:02, Duncan

Re: [Catalyst] Zeus and Catalyst

2011-01-14 Thread Tomas Doran
On 14 Jan 2011, at 11:02, Duncan Garland wrote: However, the whole mode of operation of the system has changed and there has been a performance hit. When a request arrives, we get multiple catalyst processes spawned. These hang around for a while, handle the request and die within a

RE: [Catalyst] Zeus and Catalyst

2011-01-14 Thread Duncan Garland
Thanks -Original Message- From: Tomas Doran [mailto:bobtf...@bobtfish.net] Sent: 14 January 2011 13:03 To: The elegant MVC web framework Subject: Re: [Catalyst] Zeus and Catalyst On 14 Jan 2011, at 11:02, Duncan Garland wrote: However, the whole mode of operation of the system has

RE: [Catalyst] Zeus and Catalyst

2011-01-12 Thread Duncan Garland
-Original Message- From: Tomas Doran [mailto:bobtf...@bobtfish.net] Sent: 11 January 2011 11:16 To: The elegant MVC web framework Subject: Re: [Catalyst] Zeus and Catalyst On 10 Jan 2011, at 22:05, Duncan Garland wrote: Are there any known problems using two serving running Zeus with a load

Re: [Catalyst] Zeus and Catalyst

2011-01-12 Thread Tomas Doran
On 12 Jan 2011, at 09:02, Duncan Garland wrote: It appears to be preparing an SQL statement but it doesn't give us much idea about which one. Have you (or anyone else) got any idea what all this means? snip 0x003bbe20d8e0 in __read_nocancel () from /lib64/libpthread.so.0 (gdb) (gdb)

Re: [Catalyst] Zeus and Catalyst

2011-01-12 Thread Mark Blackman
On 12 Jan 2011, at 09:02, Duncan Garland wrote: Hi T0m, Thanks, that's a very detailed email with a lot of ideas. It'll take a while to go through all of them. You mentioned gdb. We've got a crontab which releases the locked process and one of the first things we did was to make gdb

Re: [Catalyst] Zeus and Catalyst

2011-01-12 Thread Peter Edwards
On 12 January 2011 09:02, Duncan Garland duncan.garl...@motortrak.comwrote: 0x003bbe20d8e0 in __read_nocancel () from /lib64/libpthread.so.0 (gdb) (gdb) #0 0x003bbe20d8e0 in __read_nocancel () from /lib64/libpthread.so.0 No symbol table info available. #1 0x2ac7089512a2 in

[Catalyst] Zeus and Catalyst

2011-01-10 Thread Duncan Garland
Hi, Are there any known problems using two serving running Zeus with a load balancer, fastcgi, Catalyst and Oracle 10.2 on Red Hat? Our servers lock up occasionally. Half a dozen times a day, which is often enough to cause real embarassment. We restart them by killing the fastcgi process.