This could be happen, if the peer has closed the connection before the 
connection was accepted by assp. In this case the OS file handle is 
already gone.
The timeline would be:

1) peer sends TCP connect
2) ASSP MainThread gets the connection and queues it to the transfer queue 
for any worker
3) peer closes the connection
4) Any worker picks up the connection from the transfer queue using 
($fhh->fdopen($fno, '+>')) the system file handle number (closed now by 
the OS - see 3 )
5) worker tries a 'handle->accept' - which failes now with the shown 
system error

This error could be savely ignored if it is happen at the 'accept' state.

Thomas




Von:    Matti Haack <[email protected]>
An:     ASSP development mailing list <[email protected]>
Datum:  05.03.2012 12:47
Betreff:        [Assp-test] error: Worker_1 accept to client failed 
IO::Socket::INET=GLOB(0x59aa6494) (timeout: 2 s) : Bad file     descriptor



Hello,

I got messages like this:
error: Worker_1 accept to client failed IO::Socket::INET=GLOB(0x59aa6494) 
(timeout: 2 s) : Bad file descriptor

some   times  a  day.  I  thought it was connected to some performance
issues on the old server, but after upgrading to a new system, I still
get these messages.

Do yu have any suggestion, whgat to change or test?
I use the latest ASSP developer Version, Win 2008 X64 with 32 bit perl
and auto update for perl modules on

With best regards
     Matti



-- 
Matti Haack - Hit Haack IT Service Gmbh
Geschäftsführer: Henry Haack
HRB Passau Nr. 5678
Poltlbauer Weg 4, D-94036 Passau
+49 851 50477-22 Fax: +49 851 50477-29
http://www.haack-it.de



------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Assp-test mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-test




DISCLAIMER:
*******************************************************
This email and any files transmitted with it may be confidential, legally 
privileged and protected in law and are intended solely for the use of the 

individual to whom it is addressed.
This email was multiple times scanned for viruses. There should be no 
known virus in this email!
*******************************************************


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Assp-test mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to