Re: [nyphp-talk] Performance testing advice

2007-11-08 Thread Cliff Hirsch
On 11/7/07 10:09 PM, "Rob Marscher" <[EMAIL PROTECTED]> wrote: > On Nov 2, 2007, at 1:28 PM, Cliff Hirsch wrote: >> ...snip... one strange bug. My first access can take upwards of 30 seconds >> for anything to happen ‹ just a blank white browser while I wait...and >> wait... After that first hit,

Re: [nyphp-talk] Performance testing advice

2007-11-08 Thread csnyder
On 11/7/07, Rob Marscher <[EMAIL PROTECTED]> wrote: > > On Nov 2, 2007, at 1:28 PM, Cliff Hirsch wrote: > ...snip... one strange bug. My first access can take upwards of 30 seconds > for anything to happen — just a blank white browser while I wait...and > wait... After that first hit, things are fi

Re: [nyphp-talk] PDO or sprintf for creating sql queries.

2007-11-08 Thread Rob Marscher
On Nov 8, 2007, at 9:58 AM, Anthony Wlodarski wrote: I usually created my SQL queries using sprint() and mysql_real_escape_string() but this morning through an associate I was informed of this thing called PDO shipping with PHP 5.1 and higher. I did a little research on what it does and was

[nyphp-talk] PDO or sprintf for creating sql queries.

2007-11-08 Thread Anthony Wlodarski
I usually created my SQL queries using sprint() and mysql_real_escape_string() but this morning through an associate I was informed of this thing called PDO shipping with PHP 5.1 and higher. I did a little research on what it does and was thrilled about the potential uses for it. My question is t

Re: [nyphp-talk] Performance testing advice

2007-11-08 Thread Rob Marscher
On Nov 2, 2007, at 1:28 PM, Cliff Hirsch wrote: ...snip... one strange bug. My first access can take upwards of 30 seconds for anything to happen — just a blank white browser while I wait...and wait... After that first hit, things are fine, regardless of whether I use different browsers, dif