Re: SYSTEM(14) with D3
- From: "Bill H" <you@xxxxxxxxxxxxx>
- Date: Fri, 25 Aug 2006 15:30:25 -0700
Luke:
"Luke Webber" <luke@xxxxxxxxxxxxx> wrote in message ...
Bill H wrote:
It seems there's plenty of room for confusion regarding what is the
standard behavior one should expect with "named common" in an MV system.
From just my perspective, I'd have thought named common __SHOULD__ be
retained during a logto. I say this because in a web environment there's
often some program running awaiting INPUT from a web server. When data
comes in, the program will usually logto another account and run some
command passed by the web server. Once complete, the polling program
will return back to the original account and pass the data back. It
seems a much easier architecture if most variables can be passed back and
forth via "named common".
Really? That seems utterly counter-intuitive to me. Logging back and forth
implies that you have to relinquish program control and start again in a
whole new program, which means that you lose the passed parameters. Unless
you store them in a file somewhere and read them in again. Or something
similar. That's, well, kinda nasty.
UniData even has things like STACKCOMMON and DELETECOMMON. These manipulate
the named common under program execution. So, there's even more to this
discussion than either of us realize. :-)
Anyway, just a few thoughts.
Sorry if I've misunderstood. I'm no UDT afficianado. In fact, I've always
loathed UDT above all other implementations. Possibly you know some tricks
that make my points meaningless.
So do most people. However, I doubt I know any tricks, just fishy
"work-arounds". :-)
Bill
.
- References:
- SYSTEM(14) with D3
- From: cmeister@xxxxxxxxx
- Re: SYSTEM(14) with D3
- From: mvdbman
- Re: SYSTEM(14) with D3
- From: Frank Winans
- Re: SYSTEM(14) with D3
- From: Luke Webber
- Re: SYSTEM(14) with D3
- From: dzigray
- Re: SYSTEM(14) with D3
- From: Chandru Murthi
- Re: SYSTEM(14) with D3
- From: dzigray
- Re: SYSTEM(14) with D3
- From: Bill H
- Re: SYSTEM(14) with D3
- From: Luke Webber
- SYSTEM(14) with D3
- Prev by Date: Upgrade your Eclipse Editor for Unidata/Universe
- Next by Date: Re: SYSTEM(14) with D3
- Previous by thread: Re: SYSTEM(14) with D3
- Next by thread: Re: SYSTEM(14) with D3
- Index(es):
Relevant Pages
|