'launch' uses 'shell' that uses 'spawn'. This means that calling process will wait for the launched process to exit. I want the calling process to return immediately. Reason: I am working with sockets and am launching servers.
Any suggestions? ~Yuva On Thu, Apr 3, 2008 at 10:48 PM, Oleg Kobchenko <[EMAIL PROTECTED]> wrote: > If you what to launch to need to "launch" > > launch (jpath'~bin/jconsole'),' -js "echo +/i.3 4"' > > > --- Yuvaraj Athur Raghuvir <[EMAIL PROTECTED]> wrote: > > > Hello, > > > > When I launch a script (say fork.ijs) from jconsole using fork and > invoking > > jconsole.exe , I can see another jconsole.exe process but I do not see > > another console window. I guess that the two jconsole processes share > the > > same console window. > > > > Is this the intended behavior? > > > > ~Yuva > > > > > > NB. win32; J6.02 > > load 'task' > > fork 'jconsole.exe ', jpath '~user\projects\fork.ijs' > > NB. task manager shows another jconsole process > > NB. --> BUT only one console window visible!! (even in Applications tab > of > > task manager) > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > > > > > > > ____________________________________________________________________________________ > You rock. That's why Blockbuster's offering you one month of Blockbuster > Total Access, No Cost. > http://tc.deals.yahoo.com/tc/blockbuster/text5.com > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
