[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Offtopic : I need a little help with a C program
- To: misc@openbsd.org
- Subject: Offtopic : I need a little help with a C program
- From: Stefan Sonnenberg-Carstens <ssc@coolspot.de>
- Date: Fri, 19 Nov 2004 20:46:30 +0100
- Content-Disposition: inline
- Organization: coolspot AG
- User-Agent: KMail/1.6.2
I wrote a little server which should become the base
of a small specialized proxy.
I can compile, and it runs.
But if I do on a shell something like
while true ; do curl http://localhost:8271 ; done
it creates zombie processes after a while.
I can't see why.
Any ideas ?
Thx in advance.
P.S.:
I know my C code looks not so nice ...
... I make it look better when I fully understand what's going wrong here
[demime 0.98d removed an attachment of type text/x-csrc which had a name of server.c]