We are sometimes asked if it is possible to see what active connections are in use, particularly for Designer or Image Manager connections. If you can see system processes with command line arguments, you can look for ufproc/ufproc.exe tasks (on 9.0, these are uf90drun tasks), which have this argument structure at the end of their command lines:

 

-arg <listener port> <from IP address> <handle> <connectiontype>

 

<listener port> is the main server's listening port

 

<from IP address> is the address a client connected from

 

<handle> is an internal dynamic handle assigned to the connection

 

<connection type> is the type of client connnection described in this table:

 


0

Print job connection
1
Information access
2
Design tool
3
Image manager
4
CGI connection