[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Add TODO item: gripe early when fd limits are low, rather t...
- To: or-cvs@freehaven.net
- Subject: [or-cvs] Add TODO item: gripe early when fd limits are low, rather t...
- From: nickm@seul.org (Nick Mathewson)
- Date: Sat, 30 Oct 2004 14:54:33 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Sat, 30 Oct 2004 14:54:51 -0400
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/tmp/cvs-serv4026/doc
Modified Files:
TODO
Log Message:
Add TODO item: gripe early when fd limits are low, rather than blowing up when we run out
Index: TODO
===================================================================
RCS file: /home/or/cvsroot/doc/TODO,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -d -r1.193 -r1.194
--- TODO 28 Oct 2004 20:30:56 -0000 1.193
+++ TODO 30 Oct 2004 18:54:31 -0000 1.194
@@ -45,6 +45,8 @@
- Review website; make important info more prominent.
Beyond 0.0.9:
+ - Check getrlimit(RLIMIT_[N]OFILE), sysconf(OPEN_MAX) on start-up, and
+ warn if we're running as a server with a low limit.
- Implement If-Modified-Since for directories.
N - Handle rendezvousing with unverified nodes.
- Specify: Stick rendezvous point's key in INTRODUCE cell.