Re: [rules-users] Web Service deploy out of memory

2007-09-04 Thread Michael Neale
Hi Edgardo. Good to hear. Yeah it was probably creating a new daemon thread for each instance in that case, which would top out on 1000 to 3000 items on most systems today, so that is not surprising ;) Good luck ! Michael. On 9/4/07, Edgardo [EMAIL PROTECTED] wrote: Thanks Michael, the

Re: [rules-users] Web Service deploy out of memory

2007-09-03 Thread Michael Neale
Hi Edgardo. Well it shouldn't leak like that. Looking at your code, I am not sure how it works (as I am not sure of the Web Service component you are using). But if the web service is creating a new instance of the ValidaLlamadaWS class for EACH call, then yes that woudl be the problem. What

Re: [rules-users] Web Service deploy out of memory

2007-09-03 Thread Michael Neale
If it still happens - it would be good if you could attach some code to reproduce it to a JIRA. On 9/4/07, Michael Neale [EMAIL PROTECTED] wrote: Hi Edgardo. Well it shouldn't leak like that. Looking at your code, I am not sure how it works (as I am not sure of the Web Service component