Displaying 1 result from an estimated 1 matches for "crash_samba".
1999 Jul 12
0
CONTRIB: crash_samba
...mputers, NT vs samba-2.0.3
NT was much faster. 50 concurrent connections, 10 commands issued.
NT-4.0 SP4 Ppro 166 , 256 MB RAM
elapsed: 0:6.7
Linux-2.0.6 Pentium II 300, 128 MB RAM
elapsed 0:31.8
#!/usr/bin/perl -w
###########################################################################
# crash_samba.pl
# it comes with no warranty, no support, it could blow away your system
# use at your own risk
# author: frankie@etsetb.upc.es
use strict;
my $CONCURRENT=20;
my $COMMANDS=10;
my $HOST="localhost";
my $SERVICE="soft";
my $USER="frankie";
my $PASSWORD="";...