I forgot to mention that I am using Struts 1.1.

dave.smith wrote:
> 
> I have a function that POSTs data to a third party HTTPS server:  void
> postData(String sURL, String sData);
> 
> I need to call this function as a background thread from an Action class,
> so that the user doesn't have to wait on the connection to establish.  How
> can I safely call this function so that it becomes a background thread?
> 
> Thanks,
> Dave
> 

-- 
View this message in context: 
http://www.nabble.com/Background-Threads-tp18691709p18691741.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to