Re: RedHat 9 & tomcat

2003-11-20 Thread satou hotmail
Hello,


> Hello All,
> Today I tired to port my application which was running fine on Redhat 8 
> to redhat 9. My Application
> spawns multiple threads. What I found interesting was thread were not 
> behaving as they were supposed to.
> I am not sure do I have to do anything special about RedHat 9? Please 
> let me know if some one have any clue.
> santos


RedHat9 is not considered that thread is process.
But RedHat8 and RedHat7.x is thread is process.

If you perform  "ps -m ",Your problem will be solved.



This issue(Redhat7-8)
http://www.onlamp.com/pub/a/onlamp/2002/11/07/linux_threads.html


*
Diasuke Sato
http://www.opentone.co.jp

-- 
satou hotmail <[EMAIL PROTECTED]>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: RedHat 9 & tomcat

2003-11-17 Thread satou hotmail
RedHat9 is not considered that thread is process.
But RedHat8 and RedHat7.x is thread is process.

If you perform  "ps -m ",Your problem will be solved.


This issue(Redhat7-8)

http://www.onlamp.com/pub/a/onlamp/2002/11/07/linux_threads.html

On Mon, 17 Nov 2003 22:36:32 -0500
Christopher Schultz <[EMAIL PROTECTED]> wrote:

> Santos,
> > basically I have a singleton which has a synchronized method. I was 
> > expecting that each thread that access this method will be able to 
> > complete it without getting pre emptied. From my log I can see such 
> > thing does not exist.
> 
> So, are you saying that you can observe two threads in the same 
> synchronized block at the same time? How can you see that?
> 
> Can you post some code?
> 
> -chris
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
satou hotmail <[EMAIL PROTECTED]>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]