Re: Help with: org.apache.xmlrpc.XmlRpcException: out of threads
Re: Help with: org.apache.xmlrpc.XmlRpcException: out of threads
- Subject: Re: Help with: org.apache.xmlrpc.XmlRpcException: out of threads
- From: Chuck Hill <email@hidden>
- Date: Fri, 17 Feb 2006 10:55:50 -0800
Hi Helen,
On Feb 17, 2006, at 8:28 AM, Helen He wrote:
In our WO application, we need to call a XML RPC service to get
course data. Since each call will get data only for one course and
we need to update all the courses in our database, so we made a loop.
What classes are you using to access the course data? Are you
waiting for a reply before sending the next request?
But when the service was called continuously about 30 times, an
exception org.apache.xmlrpc.XmlRpcException: out of threads was
thrown. We have tried many ways to solve the problem but still no
good. We need help. Any ideas or suggestions are welcome!
Can you reuse the threads from the previous requests? It sounds like
it perhaps has a pool of threads that need to be reused or the pool
size needs to be increased.
Chuck
--
Coming in 2006 - an introduction to web applications using WebObjects
and Xcode http://www.global-village.net/wointro
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems. http://www.global-village.net/products/practical_webobjects
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden