Re: [ACFUG Discuss] CFC/WS/VAR Question

2008-06-25 Thread Cameron Childress
On Wed, Jun 25, 2008 at 4:17 PM, Charlie Stell <[EMAIL PROTECTED]> wrote: > I can do a netstat and see an established connection being held for every WS > call - after the request has completed. It could also be that the remote WS isn't releasing the connection after it responds. Alot of AJAX app

RE: [ACFUG Discuss] CFC/WS/VAR Question

2008-06-25 Thread Charlie Stell
m: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cameron Childress Sent: Wednesday, June 25, 2008 15:59 To: discussion@acfug.org Subject: Re: [ACFUG Discuss] CFC/WS/VAR Question On which server? Your CF server or the remote one? What version of CF? Are you getting a more specific erro

Re: [ACFUG Discuss] CFC/WS/VAR Question

2008-06-25 Thread Cameron Childress
On which server? Your CF server or the remote one? What version of CF? Are you getting a more specific error message and would you be willing to post it? Windows or Linux? What about permissions - is CF running under it's over account (with permissions to open TCP Sockets)? -Cameron On Wed,

[ACFUG Discuss] CFC/WS/VAR Question

2008-06-25 Thread Charlie Stell
I have a cfc that calls a third party web service. This cfc is instantiated within a request - not in any persistent scope. No use of VAR in any of the cfc's functions. Could this result in a having no TCP/IP sockets available on the server? Thanks for any advice! -