Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Ruby
process fire and forget?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Michael Ulm, post: 4450789"] Is there a ruby way of firing up a process and then forget about it? I have a program that processes some data, and sometimes forks off a process that creates a file from part of the data. I want then to automatically open a text editor on that file. Rubys involvement with the file stops there. However, making just a system call to start the editor lets the thread hang around until the user closes the editor. This seems a bit of a waste of resources. I need a platform independent solution btw, since this should run (at least) on three different hardware/OS combinations. Thanks, Michael -- Michael Ulm R&D Team ISIS Information Systems Austria tel: +43 2236 27551-219, fax: +43 2236 21081 e-mail: [email]michael.ulm@isis-papyrus.com[/email] Visit our Website: [URL="http://www.isis-papyrus.com"]www.isis-papyrus.com[/URL] [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
process fire and forget?
Top