7. ASOLib—OpenROAD Server Library : ASOLib User Classes : uc_client_info Class : i_client_type Attribute
 
Share this page                  
i_client_type Attribute
Data Type: integer
Use i_client_type for manual identification and to determine the session dormant timeout period. This attribute specifies what the client program type is. Valid values include:
GC_I_CT_OR
Specifies that the client is an OpenROAD GUI
GC_I_CT_ASO
Specifies that the client is another OpenROAD Server for OpenROAD application
GC_I_CT_ASP
Specifies that the client is an Active Server Page (ASP) web server
GC_I_CT_JASMINE
Specifies that the client is a Jasmine ii server
GC_I_CT_OTHERCOM
Specifies that the client is a COM or DCOM client, but none of the above
Most client types have an associated session dormant timeout value. You can override these values by changing the associated global constant with a valid time interval. The default session timeout intervals follow:
GC_I_CT_OR
Determined by global constant GC_V_OR_DORMANT_LIMIT
Default value: 1 hour
GC_I_CT_ASP
Determined by global constant GC_V_ASP_DORMANT_LIMIT
Default value: 30 minutes
GC_I_CT_OTHERCOM
Determined by global constant GC_V_OTHERCOM_DORMANT_LIMIT
Default value: 30 minutes
GC_I_CT_ASO
Determined by catch-all global constant GC_V_STOB_DORMANT_LIMIT
Default value: 24 hours
GC_I_CT_JASMINE
Determined by catch-all global constant GC_V_STOB_DORMANT_LIMIT
Default value: 24 hours