 |
 |
|
|
| |
| |
| |
|
|
| Articles about Timeout |
| | How AutoConfig sets ICX: Session Timeout | | 2008-06-05 03:37:36 | | AutoConfig (adconfig) uses the variable s_sesstimeout from the $APPL_TOP/admin/<context>.xml to determine the ICX:Session Timeout Profile Option. adconfig runs the script afwebprf.sql which does the following : Setting ICX_SESSION_TIMEOUT to correspond to Jserv Session Timeout set_profile(178, 'ICX_SESSION_TIMEOUT',10001, 0, '%s_sesstimeout%'/(1000*60) | | By: Oracle Apps DBA | | |
| | How To Increase SSH Connection timeout | | 2008-05-01 12:00:00 | | Do you get annoyed when you have a SSH session open, visit your browser for a while, and then return only to find you were disconnected? So, to avoid this ... Open /etc/ssh/ssh_config on your (client) computer. Add the following line: ServerAliveInterval 180 Just remember this -- if you leave SSH open accidentally, anyone else can get on it. Remember to close your session when finished.
| | By: Complete Dose of Linux Poison | | |
|
|
|
| Execution Timeout | | 2006-12-13 02:05:00 | | Hoy un usuario de uno de nuestros sistema ASP.NET, me comenta que tiene problemas cuando trataba de subir al Server una planilla con datos para que este las procese.Al verificar, pude comprobar que consistía en el clásico error de las versiones pre-release(RC), el viejo y querido TimeOut. Donde los desarrolladores no imaginamos la carga que el sistema soportará y que solo comprobamos durante esta etapa.El error se producía porque el usuario cargaba un archivo de más de 2Mb, el cual sumado a un ancho de banda limitado, tenia un final predecible pero, descuidado hasta el momento.Luego de hacer un research encuentro que basta una linea en el web.config de mi aplicación, para solucionar este pequeño gran problema.<system.web><httpRuntime executionTimeout="360"/></system.web>Por defecto el valor de executionTimeout es 110 segundos, y el maxRequestLength 4MB.Estos son todos las variaciones para httpRuntime;<httpRuntimeexecutionTimeout = "HH:MM:SS"maxRequestLength | | By: Bitácora del Desarrollador | | |
|
|
| |
 |
|
| |
| |
|
 |