Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-05 | Update TODO items | Ryan Dahl | 1 | -4/+3 | |
2010-12-01 | add todo | Ryan Dahl | 1 | -0/+2 | |
2010-11-28 | Add some TODO items | Ryan Dahl | 1 | -0/+2 | |
2010-11-18 | Update TODO | Ryan Dahl | 1 | -2/+2 | |
2010-11-17 | Remove leading comma examples | Ryan Dahl | 1 | -2/+0 | |
2010-11-17 | Remove jQuery from project | Micheil Smith | 1 | -1/+0 | |
2010-11-17 | Add doc TODOs | Ryan Dahl | 1 | -0/+7 | |
2010-11-15 | Update TODO | Ryan Dahl | 1 | -3/+10 | |
2010-11-14 | Remove old TODO | Ryan Dahl | 1 | -3/+0 | |
2010-10-26 | Remove old TODOs | Ryan Dahl | 1 | -7/+0 | |
2010-10-26 | Remove old todo | Ryan Dahl | 1 | -1/+0 | |
2010-10-24 | add todo about half-open connections | Ryan Dahl | 1 | -0/+2 | |
2010-10-23 | Do not spin on aceept() with EMFILE | Ryan Dahl | 1 | -0/+1 | |
When a server hit EMFILE it would continue to try to accept new connections from the queue. This patch introduces a timeout of one second where it will stop trying to accept new files. After the second is over it tries again. This is a rather serious bug that has been effecting many highly concurrent programs. It was introduced in 4593c0, version v0.2.0. TODO: A test for this situation. Currently I test it like this termA% cd projects/node termA% ulimit -n 256 termA% ./node benchmark/idle_server.js termB% cd projects/node termB% ./node benchmark/idle_clients.js And watch how the server process behaves. | |||||
2010-09-19 | Update TODO | Ryan Dahl | 1 | -1/+0 | |
2010-09-16 | Add TODO item | Ryan Dahl | 1 | -0/+1 | |
2010-09-16 | Move constants out of process object | Ryan Dahl | 1 | -1/+0 | |
2010-09-16 | Add items to TODO | Ryan Dahl | 1 | -0/+6 | |
2010-09-11 | add to todo | Ryan Dahl | 1 | -0/+4 | |
2010-08-17 | Add TODO | Ryan Dahl | 1 | -0/+1 | |
2010-08-14 | Remove TODO item | Ryan Dahl | 1 | -1/+0 | |
2010-08-08 | Add TODO list items | Ryan Dahl | 1 | -0/+3 | |
2010-08-08 | Remove completed TODO task | Ryan Dahl | 1 | -1/+0 | |
2010-07-27 | Add todos | Ryan Dahl | 1 | -1/+5 | |
2010-07-26 | Add write() callback TODO item | Ryan Dahl | 1 | -0/+1 | |
2010-07-23 | Buffer for Cipher, Decipher, Hmac, Sign and Verify | Andrew Naylor | 1 | -3/+0 | |
2010-07-21 | TODO items | Ryan Dahl | 1 | -0/+3 | |
2010-07-19 | Add todo item | Ryan Dahl | 1 | -0/+3 | |
2010-07-15 | Update TODO | Ryan Dahl | 1 | -0/+6 | |
2010-07-15 | Add TODO list | Ryan Dahl | 1 | -0/+2 | |
2009-08-24 | Remove outdated todo list | Ryan | 1 | -26/+0 | |
2009-07-13 | add bug to TODO | Ryan | 1 | -0/+5 | |
2009-06-22 | Create tools directory | Ryan | 1 | -4/+0 | |
Users will need to "make distclean" to recompile from scratch since I've moved a lot of the core build tools around. | |||||
2009-06-11 | add todo list | Ryan | 1 | -0/+25 | |
2009-04-16 | remove some old files | Ryan | 1 | -43/+0 | |
2009-03-15 | more todo items | Ryan | 1 | -1/+15 | |
2009-03-15 | a few more todo items | Ryan | 1 | -0/+4 | |
2009-03-15 | a few more todo items | Ryan | 1 | -0/+13 | |
2009-03-15 | add todo list | Ryan | 1 | -0/+12 | |