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

[PHP] Load testing an app

2013-04-22 Thread Andrew Ballard
I'm looking for ideas to help load test a PHP site my office wrote and maintains. Peak usage for this site is during the fall when new students arrive, and for the first time this past fall the traffic rendered the web server completely unresponsive, almost as quickly as we could restart it. The on

Re: [PHP] mysql_connect noob question

2013-04-22 Thread Jim Giner
On 4/21/2013 7:35 PM, Glob Design Info wrote: A very complex solution that takes time to learn, configure, and install, vs. a single file I can toss on the server. Over-engineering is what is daft. As has been pointed out to you - your simplistic approach to this task is going to cost you big

Re: [PHP] [ask] convert unknown Korean's string to readable string

2013-04-22 Thread Richard Quadling
On 18 April 2013 08:06, Morning Star wrote: > $string = \uc548\ub155\ud558\uc138\uc694 outputs (at least for me) ... 안녕하세요 Based upon http://stackoverflow.com/questions/7274183/php-convert-unicode-to-character. Hope this helps. -- Richard Quadling Twitter : @RQuadling