Displaying 1 result from an estimated 1 matches for "becore".
Did you mean:
become
2003 Jan 30
0
[Bug 32] New: ip_conntrack seems to track everything which can be very slow on HTTP
...Is it possible to select which packet (tcp/port) to track instead.
HTTP, is becoming more slow for very fast request which I can't have for a
busy web site but I want to track ftp and ssh for other purpose...
I ran a program that use /usr/local/apache/bin/ab to benchmark my web and it
can becore very slow after 10000 requests or more. The performance is going
down very fast. Here is the small program in perl:
perl run http://www.netfilter.com/index.html for example
#!/usr/bin/perl
print "\nTest ", join(" ", @ARGV), "\n\n";
$sum=0;
$n=0;
for(my $i=1;$i<1...