Message93354
| Author | zengke |
|---|---|
| Recipients | zengke |
| Date | 2009-09-30.09:36:51 |
| SpamBayes Score | 0.03034713 |
| Marked as misclassified | No |
| Message-id | <1254303413.34.0.0761757905328.issue7023@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
If marshal.dumps() is handling a large data, It keeps acquiring the GIL and may take several seconds, Other threads therefor are blocked. marshal.loads should also be friendly to other threads. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-09-30 09:36:53 | zengke | set | recipients: + zengke |
| 2009-09-30 09:36:53 | zengke | set | messageid: <1254303413.34.0.0761757905328.issue7023@psf.upfronthosting.co.za> |
| 2009-09-30 09:36:52 | zengke | link | issue7023 messages |
| 2009-09-30 09:36:51 | zengke | create | |