[Pymilter] Forking pymilter?

Stuart D. Gathman stuart at bmsi.com
Wed Oct 24 17:21:33 EDT 2007


On Wed, 24 Oct 2007, Dwayne Litzenberger wrote:

> I didn't actually do any forking.  os.fork() duplicates all running threads, 
> right?
> 
> I've never heard of any Python RMI equivalent, which is why I more-or-less 
> ended up inventing one for this project.

No serialization should be needed if your server is in the same process.
Just pass the object directly.  RMI and equivalents are for inter-process
and inter-machine calls.  Or did you want to have it immediately scalable to
multiple processes?

-- 
	      Stuart D. Gathman <stuart at bmsi.com>
    Business Management Systems Inc.  Phone: 703 591-0911 Fax: 703 591-6154
"Confutatis maledictis, flammis acribus addictis" - background song for
a Microsoft sponsored "Where do you want to go from here?" commercial.




More information about the Pymilter mailing list