pyprocessing/multiprocessing for x64?
Benjamin Kaplan
benjamin.kaplan at case.edu
Tue Aug 5 19:38:00 EDT 2008
On Tue, Aug 5, 2008 at 7:16 PM, pigmartian <scottpig1 at comcast.net> wrote:
> I recently learned (from I response on this newsgroup to an earlier query)
> of the processing module for working with subprocesses in a similar manner
> to threading. For what I needed to do, it worked great --- until I tried to
> run my code on an x64 box, for which that module isn't available*. So, I'm
> just wondering if when processing is renamed to multiprocessing and included
> in the standard lib for 2.6, will x64 be supported?
>
>
> ~Scott
>
> *yes, yes, I know. download the source and compile it myself.
>
I'm not an expert on this, but I think that anything written for x86 (32
bit) machines can run on x64 machines.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080805/ebae67de/attachment-0001.html>
More information about the Python-list
mailing list