2010/8/18 David Reynolds <da...@alwaysmovefast.com>:
> Hey all,
> I'm currently working on some server tech that I'm hoping to turn into a web
> server. The source is hosted here on github. Some people have suggested I
> make the core tech an egg. I'm posting this to the mailing list to hopefully
> get some feedback on the project.
> It uses epoll so it requires Linux at the moment. I'd like to make it fall
> back to regular poll if epoll isn't available. That should help with
> portability.
> Thanks,

Why don't you make bindings for libevent ? (http://monkey.org/~provos/libevent/)

You would get all the poll, select, kevent, epoll abstraction.

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to