Thread-based or event-based?
Posted Mar 12, 2007 17:19 UTC (Mon) by
zooko (subscriber, #2589)
In reply to:
Thread-based or event-based? by bronson
Parent article:
Thread-based or event-based?
I did event-based code in C++ in a few ways -- non-blocking I/O with my own event framework atop it, various GUI toolkits, and in a sense also using DEC Message Queue middleware.
It was satisfying enough. Certainly the freedom from deadlock was worth it.
(
Log in to post comments)