[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Rooster: An epoll server written in Chicken and C
From: |
Christiano F. Haesbaert |
Subject: |
Re: [Chicken-users] Rooster: An epoll server written in Chicken and C |
Date: |
Wed, 18 Aug 2010 11:45:34 -0300 |
2010/8/18 David Reynolds <address@hidden>:
> 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.