Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: system("start ...") has 30 secs delay

by Madams (Pilgrim)
on Jul 13, 2005 at 02:19 UTC ( [id://474439]=note: print w/replies, xml ) Need Help??


in reply to system("start ...") has 30 secs delay

"start" is a feature of cmd.exe.

Therefore XP/NT/2000 run a cmd.exe session to handle the pathing and associating instead of handling it in kernel.

Your delay is caused by the startup of cmd.exe. If your load is small, so is your delay.

(Provided the scheduler doesn't decide to bump a service in ahead of starting your new process)


"All too often people confuse their being able to think with their actually having done so. A more pernicious mistake does not exist."

--Moraven Tollo in Michael A. Stackpole's A Secret Atlas

  • Comment on Re: system("start ...") has 30 secs delay

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://474439]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-16 06:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found