|
Re: IDL Virtual Machine information [message #35676 is a reply to message #35662] |
Wed, 02 July 2003 03:21   |
Nigel Wade
Messages: 286 Registered: March 1998
|
Senior Member |
|
|
Andy Loughe ( remove OMITs ) wrote:
> Hello,
>
> Some programmers here use IDL to create dynamic plots on the web.
> The process is a bit slow as they must connect to a license manager
> in order to run the IDL application.
>
> Will IDL VM help in this regard? Namely, speed of plotting over the web?
>
>
That actually raises another question. According to the VM FAQ the VM always
posts a banner message which can't be removed or altered. So, what happens
if there is no display - does the VM start ok without the banner, or does
it go away in a sulk?
--
Nigel Wade, System Administrator, Space Plasma Physics Group,
University of Leicester, Leicester, LE1 7RH, UK
E-mail : nmw@ion.le.ac.uk
Phone : +44 (0)116 2523548, Fax : +44 (0)116 2523555
|
|
|
Re: IDL Virtual Machine information [message #35703 is a reply to message #35662] |
Tue, 01 July 2003 05:06   |
Haje Korth
Messages: 651 Registered: May 1997
|
Senior Member |
|
|
Andy,
I doubt that your problems are due to the license manager connection itself,
unless you do not have enough licenses and actually have to wait for a
license. The problem that I encountered using ION is that the web servers
are often old and usually by far not as fast as new desktop machines. Thus
it takes longer to generate plots, especially if intense calculations are
involved. After creation, these plots need to be transmitted over the
internet, which can take quite a bit of time, if the images are hi-res and
use plenty of colors (and you are on a dial-up). This also causes a slow
down. I do not see, how the VM can help you.
Greetings,
Haje
--
Dr. Haje Korth
Space Physics Group
The Johns Hopkins University
Applied Physics Laboratory
MS MP3-E128
11100 Johns Hopkins Road
Laurel, MD 20723-6099
USA
"Andy Loughe ( remove OMITs )" <Andrew.LougheOMIT@noaaOMIT.govOMIT> wrote in
message news:3F0055D2.90600@noaaOMIT.govOMIT...
> Hello,
>
> Some programmers here use IDL to create dynamic plots on the web.
> The process is a bit slow as they must connect to a license manager
> in order to run the IDL application.
>
> Will IDL VM help in this regard? Namely, speed of plotting over the web?
>
>
> --
> Andrew Loughe =====================================================
> NOAA/OAR/FSL/AD R/FS5 | email: Andrew.Loughe@noaa.gov
> 325 Broadway | wwweb: www-ad.fsl.noaa.gov/users/loughe
> Boulder, CO 80305-3328 | phone: 303-497-6211 fax: 303-497-6301
>
|
|
|
|
Re: IDL Virtual Machine information [message #35710 is a reply to message #35662] |
Mon, 30 June 2003 12:35   |
Haje Korth
Messages: 651 Registered: May 1997
|
Senior Member |
|
|
Thanks for the example! Haje
"Vinay L. Kashyap" <kashyap@head-cfa.harvard.edu> wrote in message
news:3f0077bd$1@cfanews.cfa.harvard.edu...
> In article <bdp94e$jfg$1@houston.jhuapl.edu>,
> Haje Korth <haje.korth@jhuapl.edu> wrote:
>> which is not available in VM mode. This seems to be used by many people,
>> even though I haven't discovered its usefulness. (Maybe someone could
>> describe a scenario, where I really need this and cannot find a quick
>> workaround. Maybe I have been missing out on something great here.)
>>
>> Greetings,
>> Haje
>
> Here is an example:
> http://hea-www.harvard.edu/PINTofALE/pro/fitting/adjustie.pr o
> (which is part of the PINTofALE suite, see
> http://hea-www.harvard.edu/PINTofALE/doc/FITLINES.howto )
>
> We use EXECUTE() to define constraints among fit parameters. Given
> the large number of possible constraints, there is no other way to
> set up a flexible constraint at run time. For instance, one might
> come across a constraint such as "flux in line 2 is between 2 and 3
> times the flux in line 1." Or, "line 2 is at a fixed distance from
> line 1, with some error." Or, "if line 1 has flux greater than some
> threshold then line 2 is located at this position, otherwise at this
> other, slightly different, position." Etc.
>
> Vinay
> --
>
____________________________________________________________ ________________
__
> kashyap@head-cfa.harvard.edu 617 495 7173 [CfA/P-143] 617 496 7173
[F]
> ------------ And now a word from our sponsor ---------------------
> For a secure high performance FTP using SSL/TLS encryption
> upgrade to SurgeFTP
> ---- See http://netwinsite.com/sponsor/sponsor_surgeftp.htm ----
|
|
|
|
Re: IDL Virtual Machine [message #40959 is a reply to message #35662] |
Tue, 21 September 2004 02:17  |
mannstein
Messages: 5 Registered: August 2004
|
Junior Member |
|
|
This morning I found a workaround. Not very nice, but it works:
In the license/lmgrd.opt file I excluded the users, which run the Virtual Machine:
GROUP PROCESSES abcd efgh
EXCLUDE idl GROUP PROCESSES
Nevertheless the behaviour (feature) of the license manager is quite nasty:
As long as it can get a license from the pool, it takes it. If not, it looks for
other possibilities. On my notebook IDL runs under a 'personal use' license, but if the
notebook is connected to our network, it occupies a license from the pool.
Any other ideas?
Hermann
mannstein wrote:
> Hello
>
> is there any idea around, how to avoid, that the Virtual Machine
> takes a license out from our license server without disconnecting the
> machine from the net?
>
> I tried it without success by setting the LM_LICENSE_FILE
> to a dummy, but obviously the command idl -vm=... found a way to get
> access to the license pool.
>
> Hermann
>
--
!!!!! Please try to avoid .doc attachments !!!!!
------------------------------------------------------------ ----
Dr. Hermann Mannstein Hermann.Mannstein@dlr.de
DLR-Institut fuer Physik der Atmosphaere
Oberpfaffenhofen, D-82234 Wessling Germany
Fon +49-8153-28-2503, Fax +49-8153-28-1841
http://www.dlr.de/ipa/
------------------------------------------------------------ ----
|
|
|