object references/memory access

urielka uriel.katz at gmail.com
Mon Jul 2 23:45:04 EDT 2007


if both the search server and the web server/script are in the same
computer you could use POSH(http://poshmodule.sourceforge.net/) for
memory sharing or if you are in UNIX you can use mmap.
this is way faster than using sockets and doesn`t require the
serialization/deserialization step.




More information about the Python-list mailing list