Re: handler timeout

2018-03-27 Thread Jie Gao
* PANG J. wrote: > Date: Wed, 28 Mar 2018 10:49:46 +0800 > From: "PANG J." > To: modperl@perl.apache.org > Subject: Re: handler timeout > User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 > Thunderbird/52.6.0 > > > > On 2018/3/28 星期三 AM 10:41, Jie Gao wrote: > > >To st

Re: handler timeout

2018-03-27 Thread PANG J.
On 2018/3/28 星期三 AM 10:41, Jie Gao wrote: To start with, is your hosting machine running out of resources (CPU cycles, memory, etc)? No. resources are enough. we have about 100 servers for computing, each with 24 physical cores. But yes, the system load most time is high. And what is t

Re: handler timeout

2018-03-27 Thread Jie Gao
* PANG J. wrote: > Date: Wed, 28 Mar 2018 10:17:33 +0800 > From: "PANG J." > To: modperl@perl.apache.org > Subject: Re: handler timeout > User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 > Thunderbird/52.6.0 > > Hi, > > what the primary reason is handler computes for lo

Re: handler timeout

2018-03-27 Thread PANG J.
Hi, what the primary reason is handler computes for long time, so client gets timeout. On 2018/3/28 星期三 AM 10:08, Jie Gao wrote: * PANG J. wrote: Date: Wed, 28 Mar 2018 09:30:17 +0800 From: "PANG J." To: modperl@perl.apache.org Subject: handler timeout User-Agent: Mozilla/5.0 (Windows N

Re: handler timeout

2018-03-27 Thread Jie Gao
* PANG J. wrote: > Date: Wed, 28 Mar 2018 09:30:17 +0800 > From: "PANG J." > To: modperl@perl.apache.org > Subject: handler timeout > User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 > Thunderbird/52.6.0 > > Hi, > > there are a lot of Floating point operations in my mod

handler timeout

2018-03-27 Thread PANG J.
Hi, there are a lot of Floating point operations in my modperl handlers. (i.e, considering something like OpenPose). the client is easy to get timeout from the server. how to fix up this? Thanks.