Hi,
have you thought about using libevent or libev instead of your own
implementation of the event loop? They're both well tested, support
all different methods (epoll, kqueue etc), portable etc. Especially
libev is small, quite simple to use, doesn't require any special
structure of your server etc.
[1] http://monkey.org/~provos/libevent/
[2] http://software.schmorp.de/pkg/libev.html
Stefan
[email protected] wrote:
Hi folks,
I started the development of a the 2.0 branche (from scratch).
You can follow the project right here :
https://github.com/paraboul/APE-Server-v2
I hope some of you guys will follow the progress of the development and
send me some feedbacks ;)
BTW, Im still looking for a packager (configure script writer, Makefile
writer, and so forth=
Thanks
Anthony Catel
--
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/