Displaying 1 result from an estimated 1 matches for "pths".
Did you mean:
ptes
2013 Sep 12
0
question about dovecot-auth
...10:17:15 auth(default): Info: new auth connection: pid=14601
======================concurrent-script========================
my concurrent-login script is:
use strict;
use warnings;
use Net::IMAP::Client;
use Getopt::Long;
use threads;
my %opt = ();
GetOptions(\%opt, 'pth_num|n=s');
my $pths = $opt{pth_num};
my $t1 = 0;
my $passwd = "qwer1234";
sub thread_fun
{
my $j = 0;
my $count = 2;
my $k = $_[0];
my $pid = threads->self()->tid();
while ($count != 0){
my $username = "q$k\@t.com";
print "#####$pid $username $passwd...