S
sidkapoor
Hi all,
I am using a linux appserverclient ver. 7.0.8755 to connect my linux system to the 2X ApplicationServer ver 7.3(build 743) on Windows. When I launch my first application(wmplayer.exe) using 'appserverclient' binary like :
appserverclient -s 107.108.199.82:80 -u administrator -p abcd123 -a wmplayer.exe
Now this binary is listed in the list of processes and can be seen by 'ps ax'. Now when I launch another application 'mspaint.exe' by the similar command as above, it launches successfully but is not listed in 'ps ax'. In fact, one and only one instance of appserverclient binary is listed in the output of 'ps ax'.
Actually I want to know the exact number of instances of the appserverclient binary running at a particular point of time. How is this possible? I can't get the exact picture by looking at the output of 'ps ax' command. Can anyone help regarding this ? Is there any option needed to be passed to the binary so that it gets launched as different processes ? Or any other way to determine the currently running applications ?
I am using a linux appserverclient ver. 7.0.8755 to connect my linux system to the 2X ApplicationServer ver 7.3(build 743) on Windows. When I launch my first application(wmplayer.exe) using 'appserverclient' binary like :
appserverclient -s 107.108.199.82:80 -u administrator -p abcd123 -a wmplayer.exe
Now this binary is listed in the list of processes and can be seen by 'ps ax'. Now when I launch another application 'mspaint.exe' by the similar command as above, it launches successfully but is not listed in 'ps ax'. In fact, one and only one instance of appserverclient binary is listed in the output of 'ps ax'.
Actually I want to know the exact number of instances of the appserverclient binary running at a particular point of time. How is this possible? I can't get the exact picture by looking at the output of 'ps ax' command. Can anyone help regarding this ? Is there any option needed to be passed to the binary so that it gets launched as different processes ? Or any other way to determine the currently running applications ?