-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
Paul J Thompson wrote:
>
> -----------------------------
> Please read the FAQ!
> <http://java.apache.org/faq/>
> -----------------------------
>
> Well. Now I have a new problem. I just managed to get my classes
> reloading automatically and I have discovered something cruddy.
> Apparently, the old JServ processes aren't dying when JServ reloads the
> classes. I ran a "ps aux" and discovered several screens worth of
> JServs. And they are each grouped into sections which all start at the
> same time.
>
> So, does anyone have a clue what might be causing this?
>
This is Linux, isn't it? And you're using Native Threads, aren't you?
All the "processes" you see are not real processes, but threads (Linux
thinks they are processes, but they are not... Yep, Linux sucks when it
comes down to the threading issue!)
Pier
--
Pierpaolo Fumagalli - IBM Center for Java Technologies
<mailto:[EMAIL PROTECTED]> <mailto:[EMAIL PROTECTED]>
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]