RE: Help with CF5 Queued Requests

2004-06-21 Thread Kola Oyedeji
Frank Did you try using the timeout attribute of cfquery? KOla -Original Message- From: Frank Mamone [mailto:[EMAIL PROTECTED] Sent: 18 June 2004 21:36 To: CF-Talk Subject: Re: Help with CF5 Queued Requests Mark, I found the processes that lockup in SQL Server. When I kill

RE: Help with CF5 Queued Requests

2004-06-18 Thread Mark A. Kruger - CFG
Frank, You should be looking for code that waits for a response from a third party process. Culprits are (typically) db access, ftp, ldap, pop, file access (cffile), cfhttp etc.All of these services must connect to a service or process outside the CF engine - cf awaits their response... sometimes

Re: Help with CF5 Queued Requests

2004-06-18 Thread Frank Mamone
- Original Message - From: Mark A. Kruger - CFG To: CF-Talk Sent: Friday, June 18, 2004 3:23 PM Subject: RE: Help with CF5 Queued Requests Frank, You should be looking for code that waits for a response from a third party process. Culprits are (typically) db access, ftp, ldap, pop, file