Message100282
| Author | vilnis.termanis |
|---|---|
| Recipients | jnoller, vilnis.termanis |
| Date | 2010-03-02.00:50:19 |
| SpamBayes Score | 3.362882e-06 |
| Marked as misclassified | No |
| Message-id | <1267491021.88.0.689352702755.issue8037@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Quick though (last one I promise): Maybe put() could have an argument to indicate whether to be thread-blocking (i.e. guaranteeing the object to be sent in its current state) or not. The (current) non-thread-blocking mode will have better performance for the put()-calling process if there are a lot of processes trying to write to the queue at once since it can continue regardless (while the _feed thread waits for the internal Pipe to become available). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-03-02 00:50:22 | vilnis.termanis | set | recipients: + vilnis.termanis, jnoller |
| 2010-03-02 00:50:21 | vilnis.termanis | set | messageid: <1267491021.88.0.689352702755.issue8037@psf.upfronthosting.co.za> |
| 2010-03-02 00:50:19 | vilnis.termanis | link | issue8037 messages |
| 2010-03-02 00:50:19 | vilnis.termanis | create | |