| This is strange, since the VUE$framitz_1 processes are children of the
parent vue process. When you quit the session, the server resets, breaking
connections, which should cause the processes to be run down, including the
children. Don't know why, unless the process is above IPL 0 and can't be
deleted for some reason. What application did the user run under vue?
|
| .1 is correct that FileView's subprocesses are called VUE$username_n.
The session manager creates FileView with the process name
username_VUEn.
When you hit Dismiss in a Task Output box, you're only making the box
pop down - not stopping the task it's running. If you start a COPY with
LOG specified, FileView will pop up the Task Output box showing the
LOG output. If you Dismiss the box, the COPY is still running. You can
see the progress of the COPY in the Work in Progress box, and get the
Task Output box back by selecting the task in the list and hitting the
Show Output button. If you hit Stop Task, however, the COPY will
terminate. However, even in this case, the subprocess will stay around.
FileView re-uses subprocesses for later tasks.
When you exit FileView, or log out via the Session Manager, all these
subprocesses should go away. The only exception I've seen is if FileView
crashes for some reason. (RE: .1 - the subprocs have no direct connection
to the server, unless the task being run is a DECwindows application. For
things like DCL Command, Search, etc, the main process handles all the
I/O.)
If there's a reproducible problem with a FileView subprocess surviving
after the user logs out, please QAR it. Include info about what the
subprocess was running.
Tom
|