ahhhhh...... THAT might explain it.......  they network guys told me that 
this particular transaction could take up to 60 seconds to complete...... 
soooooo........ next logical question...... how can i over-ride the 
default timeout?

I tried adding a line, but I think its in the wrong place (or format).... 
I took it from the docs, but I think I'm mis-useing it....

 
<cfobject action="create" name="obj" class="Intrafoundation.TCPClient
">

NEW LINE <cfset obj.timeout=3.000>

<cfscript>
bIsConnected = obj.Open("10.30.0.254", "4242");
obj.Send(xmlDoc);
myresponse = obj.Recv();
</cfscript>


Thanks !!

-Ron
______________________________________________________________________
Why Share?
  Dedicated Win 2000 Server � PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation � $99/Month � Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to