MySQL Forums
Forum List  »  Router & Proxy

Re: Are coroutines (multithreading) supported?
Posted by: Jan Kneschke
Date: July 07, 2007 02:40AM

Yes, coroutines are supported. But keep in mind they are not real preemptive threads like pthreads. This is like in the Win3.11 days with cooperative multi-tasking ;)

If 1 coroutine blocks, everything is blocked.

Jan

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Are coroutines (multithreading) supported?
2855
July 07, 2007 02:40AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.