Re: multiple thread applications
- From: Marcel Müller <news.5.maazl@xxxxxxxxxxxxxxx>
- Date: Tue, 25 Dec 2007 19:48:12 +0100
bob@xxxxxxxxxxxxxx schrieb:
I am learning about threads, and I'm trying to think of some
applications that would be very hard or impossible to write without
multiple threads. Any ideas?
Since user level threads are possible (some Java runtimes use it) it might be rather difficult to distinguish whether a given implementation uses something like threads or not.
But one example is quite obvious: you will never be able to utilize more than one logical CPU core with one application instance without native threads.
Marcel
.
- References:
- multiple thread applications
- From: bob
- multiple thread applications
- Prev by Date: multiple thread applications
- Next by Date: Re: rw_mutex with costless read_lock/unlock
- Previous by thread: multiple thread applications
- Next by thread: Re: multiple thread applications
- Index(es):
Relevant Pages
|