Re: [staf-users] How to stop "process-action"

2009-07-10 Thread Strösser , Bodo
Sharon, your last mail made clear that I had misunderstood your mail regarding STAX V3.3.7. STAX only synchronously submits the PROCESS STOP HANDLE, but that does not mean, it waits for the process to exit also, right? Then, STAX never can guarantee that process handles are freed, right? To me

Re: [staf-users] How to stop "process-action"

2009-07-09 Thread Sharon Lucas
/2009 04:06 AM To Sharon Lucas/Austin/i...@ibmus cc "'staf-users@lists.sourceforge.net'" Subject RE: [staf-users] How to stop "process-action" Sharon, I just updated to 3.3.4/3.3.7, but STAX still does not wait until the process has exited. I used a simple

Re: [staf-users] How to stop "process-action"

2009-07-09 Thread Strösser , Bodo
es its run immediately after the bloch termination command was given from STAXMon. Consequently, 'staf local process list' shows not freed processes after STAXJob has finished. Bodo From: Sharon Lucas [mailto:luc...@us.ibm.com] Sent: Wednesday, July 08, 2009

Re: [staf-users] How to stop "process-action"

2009-07-08 Thread Sharon Lucas
Austin, luc...@us.ibm.com (512) 286-7313 or Tieline 363-7313 Strösser, Bodo 07/08/2009 01:43 PM To Sharon Lucas/Austin/i...@ibmus cc "'staf-users@lists.sourceforge.net'" Subject RE: [staf-users] How to stop "process-action" Thank you for the hint! I

Re: [staf-users] How to stop "process-action"

2009-07-08 Thread Strösser , Bodo
essing termination information like it should). -- Sharon Lucas IBM Austin, luc...@us.ibm.com (512) 286-7313 or Tieline 363-7313 Strösser, Bodo 07/08/2009 12:22 PM To Sharon Lucas/Austin/i...@ibmus, Bodo cc "'staf-users@lists.sourceforge.net'" Subj

Re: [staf-users] How to stop "process-action"

2009-07-08 Thread Sharon Lucas
-- Sharon Lucas IBM Austin, luc...@us.ibm.com (512) 286-7313 or Tieline 363-7313 Strösser, Bodo 07/08/2009 12:22 PM To Sharon Lucas/Austin/i...@ibmus, Bodo cc "'staf-users@lists.sourceforge.net'" Subject RE: [staf-users] How to stop "process-acti

Re: [staf-users] How to stop "process-action"

2009-07-08 Thread Strösser , Bodo
] Sent: Wednesday, July 08, 2009 7:05 PM To: "Bodo "@us.ibm.com Cc: 'staf-users@lists.sourceforge.net' Subject: Re: [staf-users] How to stop "process-action" STAX does not distinguish between processes that are successfully stopped and those that are not. It simply su

Re: [staf-users] How to stop "process-action"

2009-07-08 Thread Sharon Lucas
t'" Subject RE: [staf-users] How to stop "process-action" Sharon, thank you for the info. I already am using 'stopusing' to send SIGINT instead of SIGKILL. What I would like to know is, how does STAX distinguish between processes that are successfully stopped

Re: [staf-users] How to stop "process-action"

2009-07-08 Thread Strösser , Bodo
ect: RE: [staf-users] How to stop "process-action" Yes, if you want to check a file being written to by the process while the process is running, then you could use a to do this. Note that if the process is running a remote machine, then the files the process is writing to won't re

Re: [staf-users] How to stop "process-action"

2009-07-08 Thread Sharon Lucas
Yes, if you want to check a file being written to by the process while the process is running, then you could use a to do this. Note that if the process is running a remote machine, then the files the process is writing to won't reside on the STAX service machine so you couldn't simply so this

Re: [staf-users] How to stop "process-action"

2009-07-08 Thread Strösser , Bodo
s still is running? Bodo From: Sharon Lucas [mailto:luc...@us.ibm.com] Sent: Wednesday, July 08, 2009 5:58 PM To: Strösser, Bodo Cc: 'staf-users@lists.sourceforge.net' Subject: Re: [staf-users] How to stop "process-action" What is it you want to do withi

Re: [staf-users] How to stop "process-action"

2009-07-08 Thread Sharon Lucas
n, luc...@us.ibm.com (512) 286-7313 or Tieline 363-7313 Strösser, Bodo 07/08/2009 09:58 AM To "'staf-users@lists.sourceforge.net'" cc Subject [staf-users] How to stop "process-action" Hi, I would like to have a Jython-

[staf-users] How to stop "process-action"

2009-07-08 Thread Strösser , Bodo
Hi, I would like to have a Jython-