]> err.no Git - varnish/commit
Disentangle listener and connection, allowing the struct definitions to move
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 10 Feb 2006 16:05:32 +0000 (16:05 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 10 Feb 2006 16:05:32 +0000 (16:05 +0000)
commitf65dacbf3fef477fdce8f25427196100b275c856
treeccff2bf7ce96629593a45472bf85a3c1d48119b0
parent31652f25ea8cb640877d9d0891f453a565df7f34
Disentangle listener and connection, allowing the struct definitions to move
out of the headers into the code, reducing header dependencies.
Add code to detect the number of CPU cores on Linux.
Fork as many listening child processes as we have CPU cores.
Add timestamps and the current PID to log messages.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@6 d4fa192b-c00b-0410-8231-f00ffab90ce4
15 files changed:
Makefile.am
configure.ac
connection.c
connection.h
listener.c
listener.h
log.c
log.h [new file with mode: 0644]
request.c
request.h
system-common.c [new file with mode: 0644]
system-linux-gnu.c [new file with mode: 0644]
system.h [new file with mode: 0644]
varnish.c
varnish.h