On 6/30/07, dlomsak <[EMAIL PROTECTED]> wrote: > If there is not a good Pythonic way to do the above, I am open to > mixing in some C to do the job if that is what it takes. I apologize > if this topic has been brought up many times before but hopefully I > have stated my intentions clearly enough for those with a higher > knowledge of the topic to help. If the above are not possible but you > have a really good idea for zipping large amounts of data from one > program to another, I'd like to hear it.
You can do things like this in C with shared memory segments. I'm not familiar enough with the Python C API to tell you how easy this would be, but that might be a good place to start your investigations. -- Evan Klitzke <[EMAIL PROTECTED]> -- http://mail.python.org/mailman/listinfo/python-list