Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2006-12-21
2006-12-21 17:31:29 by Henrik Grubbström (Grubba) <grubba@grubba.org>
55f927a3877c5edef60e67a5b2eba30b413d4f84 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
Speed up accepting of connections.
Rev: server/base_server/roxen.pike:1.954
6:
// Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others. // ABS and suicide systems contributed freely by Francesco Chemolli
-
constant cvs_version="$Id: roxen.pike,v 1.
953
2006/12/
12
15
:
06
:
10
mast
Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
954
2006/12/
21
17
:
31
:
29
grubba
Exp $";
//! @appears roxen //!
1460:
string rrhf; static void got_connection() {
-
Stdio.File q
= accept( )
;
-
if
( q )
+
Stdio.File q;
+
while
( q
= accept(
)
)
{ if( !requesthandler ) {