Re: Multithreading help
srinivas <[email protected]>
| Newsgroups | gmane.comp.java.sun.servlet |
|---|---|
| Message-ID | <[email protected]> |
Hi, As per my knowledge threads do not work simultaneoulsy though they look so. -----Original Message----- From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[email protected]]On Behalf Of Riyaz Prasla Sent: Wednesday, June 04, 2003 12:08 AM To: [email protected] Subject: Multithreading help Hi , Quick question about multithreading: On a single CPU machine do threads work simultaneously or are they scheduled one after another? I am having a servlet which has multiple threads created but looks like the total amount of time they take is same as the servlet without any threads. Thanks, Riyaz