T.R | Title | User | Personal Name | Date | Lines |
---|
3330.1 | Multiple FCLs needed | BIKINI::KRAUSE | European NewProductEngineer for MCC | Thu Jul 09 1992 05:04 | 8 |
| No problem with Iconic Map, but I guess you want this functionality
out of FCL. The only way I can think of is: start up another MCC
session and run your command there. You might also pack it into a
batch job and MCC> SPAWN SUBMIT job.com
BTW: how about implementing a SPAWN NOWAIT option in FCL?
*Robert
|
3330.2 | | TOOK::SWIST | Jim Swist LKG2-2/T2 DTN 226-7102 | Thu Jul 09 1992 09:07 | 6 |
| Uh, this is a VMS only issue, since on u**x systems you can detach your
current process and do something else anytime you feel its taking too
long. I'd be hesitant to put work into this to overcome an OS
deficiency on one platform.
|
3330.3 | Concurrent Directives? | COOKIE::GIONFRIDDO | | Thu Jul 09 1992 14:43 | 10 |
| Re: .1
No problem with Iconic Map, but I guess you want this functionality
out of FCL.
> Can the Iconic Map handle processing multiple, concurrent directives on the
> the same entity? For example, we would like to do a long running operation
> like Inventory and then be able to do simple diretives like SHOW.
> Thanks in advance.
> Mike
|
3330.4 | | VERNA::V_GILBERT | | Thu Jul 09 1992 18:01 | 9 |
|
The Iconic Map creates a thread for each operation it does. If you do
3 shows to the same entity (or different entities), 3 threads are created,
1 for each operation.
This functionality has been in the Iconic Map since V1.1.
Hope this helps.
Verna
|