Message51158
| Author | loewis |
|---|---|
| Recipients | |
| Date | 2007-01-29.08:41:08 |
| SpamBayes Score | |
| Marked as misclassified | |
| Message-id | |
| In-reply-to |
| Content | |
|---|---|
I'm -1 on this patch. The introduction of a pipe makes it essentially gtk-specific: It will only work with gtk (for a while, until other frameworks catch up - which may take years), and it will only wake up a gtk thread that is in the gtk poll call. It fails to support cases where the main thread blocks in a different blocking call (i.e. neither select nor poll). I think a better mechanism is needed to support that case, e.g. by waking up the main thread with pthread_kill. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2007-08-23 15:54:44 | admin | link | issue1564547 messages |
| 2007-08-23 15:54:44 | admin | create | |