Re: [PHP] Load testing an app

2013-04-24 Thread Andrew Ballard
On Apr 24, 2013 9:46 PM, "tamouse mailing lists" wrote: > > On Tue, Apr 23, 2013 at 8:04 AM, Andrew Ballard wrote: > > On Tue, Apr 23, 2013 at 2:29 AM, Adam Richardson wrote: > >> On Mon, Apr 22, 2013 at 10:41 PM, Andrew Ballard wrote: > >>> The other developer in our office spent some time pro

Re: [PHP] Load testing an app

2013-04-24 Thread tamouse mailing lists
On Tue, Apr 23, 2013 at 8:04 AM, Andrew Ballard wrote: > On Tue, Apr 23, 2013 at 2:29 AM, Adam Richardson wrote: >> On Mon, Apr 22, 2013 at 10:41 PM, Andrew Ballard wrote: >>> The other developer in our office spent some time profiling the site with >>> xdebug and found that an exec() call to ne

Re: [PHP] Load testing an app

2013-04-23 Thread Andrew Ballard
On Tue, Apr 23, 2013 at 2:29 AM, Adam Richardson wrote: > > On Mon, Apr 22, 2013 at 10:41 PM, Andrew Ballard wrote: >> >> The other developer in our office spent some time profiling the site with >> xdebug and found that an exec() call to netsh used on a couple pages seems >> to take 2-4 seconds

Re: [PHP] Load testing an app

2013-04-22 Thread Adam Richardson
On Mon, Apr 22, 2013 at 10:41 PM, Andrew Ballard wrote: > The other developer in our office spent some time profiling the site with > xdebug and found that an exec() call to netsh used on a couple pages seems > to take 2-4 seconds to complete. Unfortunately, those exec() calls are the > one funct