Re: about daemons and IPC
- From: Paul Rubin <http://phr.cx@xxxxxxxxxxxxxx>
- Date: 26 Aug 2006 20:19:43 -0700
sdistefano@xxxxxxxxx writes:
For the first time I'm doing a client/server application, and I'm
really confused with IPC stuff.
Client-server applications are traditionally done with sockets.
I read the fastest method is shared memory, but I tryed mmap and found
it tedious for the amount of data I'm handling (which is 30K at most,
but mmap seems to get tedious for anything bigger than a boolean... am
I missing something?)
Mmap is missing any kind of locks, semaphores, etc. There was an shm
module that included this stuff but I don't know what's happened to it.
It's really unfortunate that it was never included with Python.
.
- References:
- about daemons and IPC
- From: sdistefano
- about daemons and IPC
- Prev by Date: about daemons and IPC
- Next by Date: Weekly Python Patch/Bug Summary
- Previous by thread: about daemons and IPC
- Next by thread: Re: about daemons and IPC
- Index(es):
Relevant Pages
|