> Any Idea?

try adding some "trace" code like (e.g.)

print "threads yeld\n";
use threads 1.69 ('yield');
print "threads::shared\n";
use threads::shared 1.18;
print "threads::queue\n";
use Thread::Queue 2.06;

and the like to the assp.pl then run it from console
so you'll be able to see where it "hangs", that in
turn may help pinpointing the issue; also, and since
you're at it, try (temporarily) moving the plugings
to another folder so that they won't be loaded at
startup and see if that helps, in such a case try
moving a plugin at a time to the plugings folder
until you'll find which one is causing the slowdown



------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to