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

Home » Public Forums » archive » Re: Speeding up data crunching using IDL_IDLBridge with asychronous execution
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: Speeding up data crunching using IDL_IDLBridge with asychronous execution [message #85177 is a reply to message #85175] Wed, 10 July 2013 12:08 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Chip Helms writes:

> o = obj_new('IDL_IDLBridge')
> o->Cleanup

This is too friggin' weird!

IDL> o = obj_new('IDL_IDLBridge')
IDL> print, obj_valid(o)
1
IDL> o->Cleanup
IDL> print, obj_valid(o)
0

Not suppose to be possible to do that. :-)

But, I can even do it with my own objects:

IDL> obj = cgMap()
IDL> print, obj_valid(obj)
1
IDL> obj -> Cleanup
IDL> print, obj_valid(obj)
0

What next!?

Cheers,

David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thue. ("Perhaps thou speakest truth.")
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Asynchronous IDL_IDLBridge causing memory leak
Next Topic: New graphics from IDLde and the command line

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

Current Time: Fri Oct 10 09:40:17 PDT 2025

Total time taken to generate the page: 1.66626 seconds