Author |
Message |
Topic: Socket and stuff |
tyfon
Replies: 2
Views: 11006
|
Forum: Mango Posted: Wed May 05, 2004 3:27 am Subject: Socket and stuff |
Shutdown is just something i allways do when i have a socket i want to close :p. The reuseaddress is as you say to make it not "crash" when you ctrl+c the server and start it again.
Also, i miss a fu ... |
Topic: Dsc Beta 4 |
tyfon
Replies: 10
Views: 18942
|
Forum: Mango Posted: Sun May 02, 2004 5:43 am Subject: Dsc Beta 4 |
I've been looking a bit through the code, and since im not very used to OO programming, i've only seen a couple things i'd put in so far.
Socket.d:
in closure()...
else version(BsdSo ... |
Topic: Dsc Beta 4 |
tyfon
Replies: 10
Views: 18942
|
Forum: Mango Posted: Thu Apr 29, 2004 12:53 pm Subject: Dsc Beta 4 |
I'll have a swing at those linux functions. Have to burn to cd and take home, so dont expect it to happen within a few hrs |
Topic: Linux Linking issues |
tyfon
Replies: 46
Views: 61871
|
Forum: Mango Posted: Thu Apr 29, 2004 12:27 pm Subject: Linux Linking issues |
The FD limit is hardcoded in kernel. Or was. Now it might just be in libc, but anyway it is a bad idea to open that many diffrent FD's in linux.
If these requests are processed sequentially, it is ... |
|