Operating System - HP-UX
1838619 Members
2144 Online
110128 Solutions
New Discussion

Re: How can a process sleep for less than 1 second

 
SOLVED
Go to solution
Daniel Spooner
Occasional Contributor

How can a process sleep for less than 1 second

Hi, I am trying to get a process to sleep for less than 1 second. Any ideas?
2 REPLIES 2
Robin Wakefield
Honored Contributor
Solution

Re: How can a process sleep for less than 1 second

Daniel Spooner
Occasional Contributor

Re: How can a process sleep for less than 1 second

Robin, you're a superstar!

I used
system "perl -e 'select(undef,undef,undef,$wait);'" in a TCL script and now it runs perfectly!

Cheers
Dan