[JBoss-user] Threads...

2003-02-18 Thread Rafal Kedziorski
hi, in weblogic you can set the number for worker threads by yourself. is this possible in JBoss (3.0.x) too? Best Regards, Rafal --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf __

Re: [JBoss-user] Threads Not Relased in Jboss_3.0

2002-12-28 Thread prema
Hi,   I am closing ResultSet, Statements and Connections in my .java files. I am calling a method from another method using Resultset.  So the connection is opened during method invocation. At the end of caller method i am closing it. Is the problem because of this? Template of a part of my c

Re: [JBoss-user] Threads Not Relased in Jboss_3.0

2002-12-27 Thread David Jencks
On 2002.12.27 02:14:31 -0500 prema wrote: > > I am using Oracle8 and I set the connectionpool initial size as 50 in > oracle-service.xml. > I have checked the DB connections being opened from the Database Machine, > after shutting down the server. Connections opened are 280 . > > While i am d

Re: [JBoss-user] Threads Not Relased in Jboss_3.0

2002-12-26 Thread prema
I am using Oracle8 and I set the connectionpool initial size as 50 in oracle-service.xml. I have checked the DB connections being opened from the Database Machine, after shutting down the server. Connections opened are 280 . While i am deploying my application in Red HatLinux 7.2, it says JDB

Re: [JBoss-user] Threads Not Relased in Jboss_3.0

2002-12-26 Thread David Jencks
On 2002.12.26 23:31:06 -0500 prema wrote: > Hi All, > > Loadtesting my application for 100 users takes more > than 175 threads. I am using JBoss3_0_0-tomcat_4_0_3. I could see > 100's of background threads (other than my minProcessors) running after > stopping the execution. Is

[JBoss-user] Threads Not Relased in Jboss_3.0

2002-12-26 Thread prema
Hi All, Loadtesting my application for 100 users takes more than 175 threads. I am using JBoss3_0_0-tomcat_4_0_3. I could see 100's of background threads (other than my minProcessors) running after stopping the execution. Is there any settings in jboss to release threads? I am g

Re: [JBoss-user] Threads and beans

2002-07-19 Thread David Ward
JBoss *is* acting according to spec and your disappointment is unfounded. You're just confusing your session beans - and what your client stub actually represents. If you are using *stateless* session beans (SLSB), you can have as many threads share that same client stub and use it concurrent

[JBoss-user] Threads and beans

2002-07-18 Thread LaBanca, Rick
I did read that session beans can't be reentrant, no threads. Well I do have my client using the stub to one bean reference, and more than one thread use it. Instead of it failing, it appears the server somehow knows, and makes the required number of sessions needed. So if I cause three threads

Re: [JBoss-user] Threads in jboss

2001-06-11 Thread Burkhard Vogel
Use a sceduling service like flux from simscomputing.com . You can use the javaMail API to send emails.. Burkhard - Original Message - From: "Sacha Labourey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 10, 2001 9:23 AM Subject: RE: [JBoss-

RE: [JBoss-user] Threads in jboss

2001-06-10 Thread Sacha Labourey
Hello Dim, > I'm not sure if this would work, as haven't done it myself, but will no > doubt have to do something similar myself soon so I'll take the > opportunity to suggest it and possibly get some feedback. > > Would it be possible to have a MDB that subscribes to the topic and then > sends t

Re: [JBoss-user] Threads in jboss

2001-06-09 Thread Dmitri Colebatch
sends the email? Basically acting as a proxy for the client? cheers dim > From: "Tbone" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: Re: [JBoss-user] Threads in jboss > Date: Sat, 9 Jun 2001 15:56:35 +0200 > Reply-To: [EMAIL PROTECTED] > > Hi, &

Re: [JBoss-user] Threads in jboss

2001-06-09 Thread Tbone
Hi, Thanks for the tip, but the users wil be notified by e-mail. maybe in the future where clients wil be gui the is an posibility for JMS implemantation greetz tbone > you can have your clients subscribed to a TOPIC and have them notified via > JMS > > > >Hi, everbody > > > >is there a way t

Re: [JBoss-user] Threads in jboss

2001-06-09 Thread Tbone
welcome greetz tbone Software is like sex, it's better when it's free - Original Message - From: "Sacha Labourey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 09, 2001 2:45 PM Subject: RE: [JBoss-user] Threads in jboss > Hello, >

RE: [JBoss-user] Threads in jboss

2001-06-09 Thread Sacha Labourey
Hello, For this purpose you may implement a MBEAN. MBEANs are allowed to access system resources, create threads, act as socket servers, ... and... use even use EJB ;) ! Furthermore, if my memory serves, I think a timer MBEAN already exists in the JBoss distribution. Check the distribution or s

Re: [JBoss-user] Threads in jboss

2001-06-09 Thread Keerthi Panneer
you can have your clients subscribed to a TOPIC and have them notified via JMS >From: "Tbone" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: [JBoss-user] Threads in jboss >Date: Sat, 9 Jun 2001 14:17:09 +0200 > &g

[JBoss-user] Threads in jboss

2001-06-09 Thread Tbone
Hi, everbody is there a way to program threads in jboss? the problem is that i need to notify may clients ( users ) on an time based approach ( 2 days ) when they forget fill in some data is there an way to do this? the only solution i have at the moment is with an servlet that loaded on start

Re: [JBoss-user] Threads in EJBs

2001-04-11 Thread Peter_Cetinski
uot;'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject: [JBoss-user] Threads in EJBs Is it breaking the rules to use Thread.sleep() within a method on a Stateless Session Bean? ___ JBoss-user mailing list [EMAIL PRO

[JBoss-user] Threads in EJBs

2001-04-11 Thread White, Joshua
Title: Threads in EJBs Is it breaking the rules to use Thread.sleep() within a method on a Stateless Session Bean?