Re: fthread: create fthread after scheduler-start!
Guilhem de Wailly <[email protected]>
| Newsgroups | gmane.lisp.scheme.bigloo |
|---|---|
| Message-ID | <[email protected]> |
Hi Manuel, Sorry for the long delay feedback, I was off... I use Bigloo to implement an Internet service server where more than 5000 users will be connected to... I thought that the co-routines was more efficient to handle a such number of connection. I have implemented pthreads that run a limited number of co-routines... Do you think that it could be efficient to switch entirely in pthread? Thank you in advance for your help -- Guilhem Le 11/09/2014 18:26, [email protected] a écrit : > Hi Guilhem, > >> I would like to know it is possible to create and start fthread inside a >> fthread body after the scheduler is started? >> Thanks in advance > Normally yes. Please note that fthread are not being developed anymore. > Although different, I would recommend to use pthread instead. > > Cheers, >