Daniel Nogradi wrote: >> I use the thread module (not threading) for a client/server app where I >> distribute large amounts of pickled data over ssh tunnels.
What module are you using for SSH? What's in your program that isn't pure Python? The problem is probably in some non-Python component; you shouldn't be able to force a memory protection error from within Python code. Also note that the "marshal" module may be unsafe. John Nagle -- http://mail.python.org/mailman/listinfo/python-list