Re: server params

2005-04-23 Thread Gary Richardson
A quick thing to check is that DNS lookups are timing out on connect. If you don't have DNS on your local subnet, the server may be doing reverse lookups.. Otherwise, you should definitely profile your code. On 4/21/05, Brent Baisley <[EMAIL PROTECTED]> wrote: > For starters, compare timings betw

Re: server params

2005-04-21 Thread Brent Baisley
For starters, compare timings between running a query between the machines and one local to the machine. Use the command line client, not your web server. See if there is a significant time difference. If there is, there is probably something wrong on your network. If not, then you should check