Thread CPU ausgelastet bei RS232-listening
(11 answers)
Opened by MajorTwip at 2009-09-04 12:02
genau, dafür kann man entweder Time::HiRes nehmen:
oder select: Code (perl): (dl
)
select undef, undef, undef, 0.2; Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |