comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Simplest way to spawn multiple IDL processes from within IDL?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Simplest way to spawn multiple IDL processes from within IDL? [message #88705 is a reply to message #88704] Fri, 06 June 2014 09:10 Go to previous messageGo to previous message
chris_torrence@NOSPAM is currently offline  chris_torrence@NOSPAM
Messages: 528
Registered: March 2007
Senior Member
Could you just use the IDL_IDLBridge? Here's the code for a single process:

obj = IDL_IDLBridge()
obj.Execute,"processing_code," + this_date, /NOWAIT
while (obj.Status() ne 0) do void=1

You could easily extend this by doing multiple bridge objects. I would keep it under about 8-10 at a time - otherwise you start to run into OS limits.

-Chris
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: gridded interpolation
Next Topic: RSI ENVI listserv

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 11:39:13 PDT 2025

Total time taken to generate the page: 1.44080 seconds