This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients asksol, brandon-rhodes, catalin.iacob, christian.heimes, cool-RR, dholth, jnoller, mrmekon, ned.deily, neologix, numbernine, pitrou, rcoyner, sbt, vsekhar
Date 2012-10-23.23:44:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351035845.26.0.13455084617.issue8713@psf.upfronthosting.co.za>
In-reply-to
Content
+1

I still have to use parallel python (pp) in our application stack because the fork() approach causes a lot of strange issues in our application. It might be the punishment for embedding a Java runtime env into a Python process, too. :)
History
Date User Action Args
2012-10-23 23:44:05christian.heimessetrecipients: + christian.heimes, pitrou, ned.deily, jnoller, rcoyner, asksol, cool-RR, dholth, brandon-rhodes, neologix, catalin.iacob, sbt, numbernine, vsekhar, mrmekon
2012-10-23 23:44:05christian.heimessetmessageid: <1351035845.26.0.13455084617.issue8713@psf.upfronthosting.co.za>
2012-10-23 23:44:05christian.heimeslinkissue8713 messages
2012-10-23 23:44:05christian.heimescreate