python-dev
[Prev] Thread [Next] | [Prev] Date [Next]
Re: [Python-Dev] Multiprocessing on Solaris Jesse Noller Fri Mar 20 18:01:05 2009
Known issue: http://bugs.python.org/issue3110 I haven't had time to look into it, I was planning on working on many of the mp bugs during the sprint at pycon. On Fri, Mar 20, 2009 at 8:18 PM, Christian Heimes <[EMAIL PROTECTED]> wrote: > Hello fellow co-developers! > > Today I was in contact with a Python user who tried to compile > pyprocessing - the ancestor of multiprocessing - on Solaris. It failed > to run because Solaris is missing two features (HAVE_FD_TRANSFER and > HAVE_SEM_TIMEDWAIT). Does anybody have a Solaris box at his disposal to > test the settings? Neither Python 2.6 nor my backup have the correct > settings for Solaris. > > Christian > > _______________________________________________ > Python-Dev mailing list > [EMAIL PROTECTED] > http://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: > http://mail.python.org/mailman/options/python-dev/jnoller%40gmail.com > _______________________________________________ Python-Dev mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/alexiscircle%40gmail.com
- Re: [Python-Dev] Multiprocessing on Solaris, (continued)
- Re: [Python-Dev] Multiprocessing on Solaris Scott Dial
- Re: [Python-Dev] Multiprocessing on Solaris Martin v. Löwis
- Re: [Python-Dev] Multiprocessing on Solaris Christian Heimes
- Re: [Python-Dev] Multiprocessing on Solaris Scott Dial
- Re: [Python-Dev] Multiprocessing on Solaris Martin v. Löwis
- Re: [Python-Dev] Multiprocessing on Solaris Scott Dial
- Re: [Python-Dev] Multiprocessing on Solaris Christian Heimes
- Re: [Python-Dev] Multiprocessing on Solaris Jesse Noller
- Re: [Python-Dev] Multiprocessing on Solaris Christian Heimes
- Re: [Python-Dev] Multiprocessing on Solaris Martin v. Löwis
Re: [Python-Dev] Multiprocessing on Solaris Jesse Noller <=