Multithreading help
Riyaz Prasla <[email protected]>
| Newsgroups | gmane.comp.java.sun.servlet |
|---|---|
| Message-ID | <OFDE098C6A.3D020E3A-ON05256D3A.0063DAAD-85256D3A.0060D285@umapinc.com> |
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