Hot breaking political news


Epoll News

Epoll and SIGALRM (setitimer) conflict - C

2010-08-26
Hello there, I'm developing a server which use epoll to manage the incoming connections. I'm working at the moment on timers and I'm using the setitimer and sigaction interface of Linux. It's working well but I've found out that epoll ...

Epoll Egg Released for Chicken Scheme - Always Move Fast

2010-08-18
Quite a few people suggested I turn the core technology that powers Rooster into a Chicken Egg. Eggs are Chicken Scheme's version of third-party libraries/extensions. Rooster used epoll on Linux by interfacing the C sys/epoll ...

Rooster: An epoll Server written in Chicken Scheme and C - Always ...

2010-08-15
My last few blog posts have been sort of leading up to this point: writing an actual server in Chicken Scheme that uses epoll. The server is written in such a way that lets the programmer determine what to do with incoming requests. ...

Node.js Version 0.2.0

2010-08-20
The second release update to Node.js is out today. Node.js is an event driven JavaScript server. The goal of Node is to provide an easy way to build scalable network programs.