How to create multiple light-weight process in Java
From: Song Ching Koh (songching_at_hotmail.com)
Date: 10/31/03
- Next message: Gordon Beaton: "Re: How to create multiple light-weight process in Java"
- Previous message: Gordon Beaton: "Re: Listen to standby, wake up event"
- Next in thread: Gordon Beaton: "Re: How to create multiple light-weight process in Java"
- Reply: Gordon Beaton: "Re: How to create multiple light-weight process in Java"
- Reply: Nils O. Selåsdal: "Re: How to create multiple light-weight process in Java"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 31 Oct 2003 09:43:41 -0500
Hi,
Is there anyway to create multiple light-weight process in Java? Or is
there anyway that I could make a program read from a file while
executing something else in the same time?
I tried to create a program that could read data from a file while
analyzing previous data that I fetch before in a multi-threaded
environment. However, I realized that JVM is a single lightweight
process that blocked other threads when one of the thread makes a 'read'
or 'write' call.
Thank you!
Song
- Next message: Gordon Beaton: "Re: How to create multiple light-weight process in Java"
- Previous message: Gordon Beaton: "Re: Listen to standby, wake up event"
- Next in thread: Gordon Beaton: "Re: How to create multiple light-weight process in Java"
- Reply: Gordon Beaton: "Re: How to create multiple light-weight process in Java"
- Reply: Nils O. Selåsdal: "Re: How to create multiple light-weight process in Java"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|