| WebSeitz/wikilog |
| IPC |
|
| last edited by BillSeitz on May 7, 2008 12:23 am |
aka [Inter Process Communication]
includes Message Passing, RPC, [Shared Memory], etc.
provides Con Currency
http://en.wikipedia.org/wiki/Inter-process_communication
Guido Van Rossum: the [GIL] is not as bad as you would initially think: you just have to undo the brainwashing you got from Windows and Java proponents who seem to consider threads as the only way to approach concurrent activities. Just because Java was once aimed at a set-top box OS that didn't support multiple address spaces, and just because process creation in Windows used to be slow as a dog, doesn't mean that multiple processes (with judicious use of IPC) aren't a much better approach to writing apps for multi-[CPU] boxes than threads (Multi Threaded).
also, the [Iraq Petrochemical Corporation]
| See Back Links: IPC | DBus | z2007-06-20- Parallel Python | z2003-02-27- France Iraq | |
| User Options Recent Changes Help Page |