Background Threads

2008-07-28 Thread dave.smith
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

Re: Background Threads

2008-07-28 Thread dave.smith
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 us

Re: Background Threads

2008-07-29 Thread dave.smith
tend to do? Will you wait for a >> response from your HTTPS server? >> >> Reginald Javier >> Software Engineer II, Strategic Customer Solutions Implementation >> T: +632-859-5442 >> -Original Message- >> From: dave.smith [mailto:[EMAIL PROTECTED] &g