Ask a Question related to PERL Miscellaneous, Design and Development.
-
dominant #1
multiple processes running contemporarily!
How could i achive that?
--
Posted via [url]http://dbforums.com[/url]
dominant Guest
-
running processes from a service
hi everyone i am trying to write a program that runs a process when invoked (a program that reads data from a server and writes the output as XML... -
running background (daemon) processes in Windows
In Unix I can start a 'deamon' (background) process like: ruby -e 'fork do system("something") end' Or by putting the fork directly into my... -
Outputting the status while the processes are running
Hi all : I need to run a process for thousands of (known number) of combinations of the settings needed for the process to run. I have the... -
Running processes unniced as a normal user.
Hello Mike! At Thursday 24 July 2003 22:50 Mike Mestnik wrote: You could setup sudo to allow this and only this type of invocation: renice 0... -
Running Java UDFs and associated db2fmp processes...
Paul Reddin wrote: Which version of JDK are you using? Sounds like the JVM is trapping recursively. -
Kevin Michael Vail #2
Re: multiple processes running contemporarily!
In article <3340442.1062950342@dbforums.com>,
dominant <member32241@dbforums.com> wrote:
1. "Contemporarily" isn't a word. Do you mean "contemporaneously"?> How could i achive that?
2. What is your Perl question?
--
Kevin Michael Vail | Dogbert: That's circular reasoning.
[email]kevin@vaildc.net[/email] | Dilbert: I prefer to think of it as no loose ends.
[url]http://www.vaildc.net/kevin/[/url]
Kevin Michael Vail Guest
-
Tad McClellan #3
Re: multiple processes running contemporarily!
dominant <member32241@dbforums.com> wrote:
>
> How could i achive that?
perldoc -f fork
perldoc -f exec
--
Tad McClellan SGML consulting
[email]tadmc@augustmail.com[/email] Perl programming
Fort Worth, Texas
Tad McClellan Guest
-
dominant #4
Re: multiple processes running contemporarily!
:) simultaneously!
I solved my problem by putting the start word before the command (within
the system())
--
Posted via [url]http://dbforums.com[/url]
dominant Guest



Reply With Quote

