Skip Menu |

This queue is for tickets about the Device-SerialPort CPAN distribution.

Report information
The Basics
Id: 50886
Status: new
Priority: 0/
Queue: Device-SerialPort

People
Owner: Nobody in particular
Requestors: stefan.norlin [...] infoflexconnect.se
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.04
Fixed in: (no value)



Subject: Unnecessary sleep when using lock files
Date: Tue, 27 Oct 2009 17:36:29 +0100
To: <bug-Device-SerialPort [...] rt.cpan.org>
From: "Stefan Norlin" <stefan.norlin [...] infoflexconnect.se>
There is a code line (305) in SerialPort.pm sleep(2); # wild guess for Version 0.05 which is run when a "lockfile" is used. Since we do not see the reason for this (there really should be none), would it be possible to remove it? When it is commented out, it works like a charm! Let me know if you need any more information.