Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.programming > #1290
| From | scott@slp53.sl.home (Scott Lurndal) |
|---|---|
| Subject | Re: async I/O |
| Newsgroups | comp.unix.programmer, comp.programming |
| References | <jgn30i$tio$1@speranza.aioe.org> |
| Organization | |
| Organization | UseNetServer - www.usenetserver.com |
| Message-ID | <2ZSXq.36789$Co3.18328@news.usenetserver.com> (permalink) |
| Date | 2012-02-06 16:11 +0000 |
Cross-posted to 2 groups.
"Mark" <mark_cruzNOTFORSPAM@hotmail.com> writes: >Hello, >Is it possible that asynchronous messages don't deliver in order, e.g. A >first sends to B and then to C - can the B receive its message first and A >gets its message second (first or second in terms of timeline)? Yes, it is possible. The scheduler may not execute A (for many reasons), even if it is ready to run; or if you have more than one core/thread, the scheduler may execute both at the same time. scott
Back to comp.programming | Previous | Next — Previous in thread | Find similar
async I/O "Mark" <mark_cruzNOTFORSPAM@hotmail.com> - 2012-02-05 17:52 -0500
Re: async I/O jt@toerring.de (Jens Thoms Toerring) - 2012-02-06 01:18 +0000
Re: async I/O "Mark" <mark_cruzNOTFORSPAM@hotmail.com> - 2012-02-05 22:43 -0500
Re: async I/O Eric Sosman <esosman@ieee-dot-org.invalid> - 2012-02-06 00:38 -0500
Re: async I/O scott@slp53.sl.home (Scott Lurndal) - 2012-02-06 16:11 +0000
csiph-web