On 2/17/07, Patricia Wilson <[EMAIL PROTECTED]> wrote:
>
> Has anyone experienced any issues with unirpc?



Once we sorted the timeout issue as below using UOJ and the unirpc has been
rock solid.

-          Has anyone experienced issues with setting the unirpc timeout
> parameter via the command line and having the service not behave
> correctly?



We didn't set the time-out on the command line but in the unirpcservices
file.  The issue we found was the server would time-out the connection but
the connection object wasn't aware the link had gone and would still report
itself as connected.  Attempting to execute methods on the connection object
would cause a problem.  The simple fix was to up the time-out parameter and
then run a very simple lightweight command to keep the connections alive.
For java apps I would recommend the excellent quartz scheduler library, no
idea for MS clients but I presume there is something similar or you could
roll your own using a timer.

HTH

Adrian
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to