Re: fthread: create fthread after scheduler-start!
| Newsgroups | gmane.lisp.scheme.bigloo |
|---|---|
| Organization | Inria |
| Message-ID | <201492613371.54254fdd__48577.207644894$1411731855$gmane$org@redrock.inria.fr> |
Hi Guilhem, > 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? Yes! But an even better advice is use Hop. Hop is an extension of Bigloo. It's Bigloo + a builtin very efficient Web server + a builtin Scheme->JavaScript compiler. Hop can be downloaded at: http://hop.inria.fr Hop is very flexible and its behavior can be entirely modified by (Bigloo) programs. -- Manuel ps: Talking about efficient, please find attached the following paper that shows how Hop outperformed all tested Web servers for delivering dynamic Web pages.
serrano-coordination09.pdf
(application/pdf, 318.2 KB) - not displayed