[Twisted-Python] Question about processes in python

Alexandre Quessy alexandre at quessy.net
Mon Apr 12 07:24:53 MDT 2010


Hello,

2010/4/12 Reza Lotun <rlotun at gmail.com>:
>> yes, I'd thought of that, but I can't get the function's code, I tried
>> the inspect module but
>> it only works of the code is written to disk; I'd rather not have to
>> first write the code to disk just to be able to turn it into a string
>> and feed it to python -c. Any ideas on how I could do this?
>
> You don't have to write it to disk - you can use cStringIO.
>

That's interesting. :) You would write string in a string buffer
that's in the memory, and then... how do you pass it to the child
process? You could not get a pointer to the same location in memory,
as far as I know. You would still need a socket, or something like
that. Am I wrong?

alex


>
> --
> Reza Lotun
> mobile: +44 (0)7521 310 763
> email:  rlotun at gmail.com
> work:   reza at tweetdeck.com
> twitter: @rlotun
>
> _______________________________________________
> Twisted-Python mailing list
> Twisted-Python at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>



-- 
Alexandre Quessy
http://alexandre.quessy.net/




More information about the Twisted-Python mailing list