Forum Post: Re: Web Service Method Timout?

  • Thread starter Thread starter scott_auge
  • Start date Start date
Status
Not open for further replies.
S

scott_auge

Guest
I am thinking where David is going - the time out is on some intermediate part like tomcat or the wsa component. Web services are meant to happen pretty quickly - they aren't like Progress appservers that chug till they are done. You may want the web service to interact with a background process that will do the deeds for you. Have it request a job (via a database record, don't have it start and stop by the web service), check the status, etc. if you are dealing with thousands of records.

Continue reading...
 
Status
Not open for further replies.
Back
Top