On Tue, Apr 23, 2013 at 8:04 AM, Andrew Ballard <[email protected]> wrote: > On Tue, Apr 23, 2013 at 2:29 AM, Adam Richardson <[email protected]> wrote: >> On Mon, Apr 22, 2013 at 10:41 PM, Andrew Ballard <[email protected]> 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 function that we cannot test in our development environment.
I'm wondering if it would be possible to carve out the part doing the netsh calls so they're not part of your web application's stack, and make them an asynchronous part? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

