The Pooled Invoker pools threads up to a maximum limit, after that new
threads are still created but are allowed to die after they service a
request.  (I guess I should block, but I didn't want to have a hard limit.)

In other words, this won't help you....

But...your problem seems related to JMS.  Is it possible you are not closing
client JMS connections? Or closing them properly? (8090 is the OIL JMS
transport port).  I suggest using the in-JVM transport if all JMS
connections are local within JMS.  Also, the RMI JMS transport will probably
eliminate the problems you are seeing to, but first look to make sure you
are closing your JMS connections.

Bill

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Dan
> A. Dickey
> Sent: Monday, November 18, 2002 2:15 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-dev] new PooledInvoker: speeds up invocations
>
>
> On Thursday 14 November 2002 10:57 am, Bill Burke wrote:
> > ...  Code is in 3.2 and head under
> > server/src/main/org/jboss/invocation/pooled.  If you want to know how to
> > use this, look at the testsuite under pooled/ test.
>
> Is there any chance that this PooledInvoker in 3.2 can fix my problem
> with the Invoker in 3.0.4?  Currently, I'm at the point where the Invoker
> quits because a call to Thread.start() failed (hit max of 1024 threads).
> And, to make matters worse... there are 954 threads sitting around doing
> nothing at all other than keeping a socket open on port 8090.  Looks like
> doing nothing because one side did not tell the other to close or
> something.  I haven't gotten that far on this problem yet.  But I'm still
> looking.  I was sort of expecting that what a thread was done, it would
> sort of go away or something...  that is not the situation currently.
> Has anyone fixed this problem in 3.0.4 yet?
>       -Dan
>
> --
> Dan A. Dickey
> [EMAIL PROTECTED]
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by: To learn the basics of securing
> your web site with SSL, click here to get a FREE TRIAL of a Thawte
> Server Certificate: http://www.gothawte.com/rd524.html
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development



-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to