Re: Help with: org.apache.xmlrpc.XmlRpcException: out of threads

2006-02-17 Thread Helen He
OK, I will. Thank you and have a nice weekend. On Feb 17, 2006, at 4:23 PM, Chuck Hill wrote: Hi Helen, On Feb 17, 2006, at 1:04 PM, Helen He wrote: On Feb 17, 2006, at 1:55 PM, Chuck Hill wrote: On Feb 17, 2006, at 8:28 AM, Helen He wrote: In our WO application, we need to call a XML RPC

Re: Help with: org.apache.xmlrpc.XmlRpcException: out of threads

2006-02-17 Thread Chuck Hill
Hi Helen, On Feb 17, 2006, at 1:04 PM, Helen He wrote: On Feb 17, 2006, at 1:55 PM, Chuck Hill wrote: 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

Re: Help with: org.apache.xmlrpc.XmlRpcException: out of threads

2006-02-17 Thread Helen He
Hi, Chuck: Thanks very much for the responding!! On Feb 17, 2006, at 1:55 PM, Chuck Hill wrote: 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 ne

Re: Help with: org.apache.xmlrpc.XmlRpcException: out of threads

2006-02-17 Thread Chuck Hill
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 acces

Help with: org.apache.xmlrpc.XmlRpcException: out of threads

2006-02-17 Thread Helen He
Hi, Folks: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. But when the service was called continuously about 30 times, an exception org.apache.xml