Safari
- Login: Safari
- Registered on: 2008-10-08
- Last connection: 2008-11-13
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 9 | 9 |
Activity
2008-11-14
- 00:33 Lighttpd Bug #1821: FD_CLOEXEC not set for log_access_fd and err->fd
- Caching highest fd may be hard to implement in a race-free manner...
But would be neat, since closing 4000 fd's ne...
2008-11-13
- 23:59 Lighttpd Bug #1821 (Fixed): FD_CLOEXEC not set for log_access_fd and err->fd
- when cycling logs, CLOEXEC flag is not set.
But I have another point: in mod_cgi.c fd's 3 to 255 are closed, where...
2008-10-27
- 18:31 Lighttpd Bug #1320: check return value of calloc in mod_simple_vhost.c
- icy wrote:
> A restart does not take 1-2 seconds. Where did you get those numbers from? It usually should take maybe... - 17:20 Lighttpd Bug #1320: check return value of calloc in mod_simple_vhost.c
- In your first example wrap you did nothing if NULL was returned by malloc.
1) doing null pointer dereference on pu... - 15:44 Lighttpd Bug #1320: check return value of calloc in mod_simple_vhost.c
- How were you going to fix the bug (null pointer dereference) with this wrap thingie?
Out of memory -conditions can...
2008-03-16
- 13:10 Lighttpd Bug #1517: one second delay after stat() / Linux epoll / lighttpd-r2025
- This patch also fixes the performance problem with gthread-aio.
I get now 180 MB/s instead of < 1 MB/s.
See #1186
2008-03-02
- 01:48 Lighttpd Bug #1517: one second delay after stat() / Linux epoll / lighttpd-r2025
- Found the bug. SIGUSR1 hack is not working as hoped: epoll_wait is not always interrupted with EINTR. I nuked SIGUSR...
2008-03-01
- 23:19 Lighttpd Bug #1517: one second delay after stat() / Linux epoll / lighttpd-r2025
- If I make N (N > 1) requests in parallel, the (N - 1) first work OK, but the last one is delayed by one second. Some ...
2008-01-13
- 01:08 Lighttpd Bug #1517 (Fixed): one second delay after stat() / Linux epoll / lighttpd-r2025
- Most of the time, there is one second delay between stat() is called and
some action is visible to client (e.g. 404 ...
2007-09-11
- 19:24 Lighttpd Feature #1355: reduce sizeof(connection) from 736 to 708 (on IA-32)
- It kind of depends what you do which is faster, but with int you have to write the variables individually (one instru...
Also available in: Atom