Entries for date 03/01/2010

skip over the calendar

Page created at
rfc1437 / lazypy / source — bitbucket.org March 1, 2010, 4:27 p.m.
rfc1437 / lazypy / source — bitbucket.org - und noch ein Projekt von mir (wieder) online. Lazypy ist eine kleine Bibliothek die lazy evaluation und futures (thread und process basiert) für Python verfügbar macht. Sehr praktisch für die einfache Programmierung von Nebenläufigkeit. Ok, man kann alles auch von Hand machen, aber ich mag halt den etwas funktionaleren Ansatz lieber. Ist eigentlich aus 2004, aber ich habs mal modernisiert (die prozess-basierten Futures zur Umgehung des GIL) und neu hochgeladen.
Programmierung, Python
17.6. multiprocessing March 1, 2010, 2:20 p.m.
17.6. multiprocessing - viel besser als externe module für Prozess-Kommunikation sind die seit Python 2.6 mitgelieferten Tools in multiprocessing.
Programmierung, Python
Semanchuk.com - Python IPC Modules March 1, 2010, 1:30 p.m.
Semanchuk.com - Python IPC Modules - inter-prozess-Kommunikation mit Python.
Programmierung, Python