Ganesh Udupa
2018-09-28 06:50:25 UTC
https://github.com/mojolicious/mojo/blob/master/lib/Mojo/IOLoop/Stream.pm#L40
Can someone help me understand what exactly is the timeout here?. I
understand that we use Non blocking I/O and it might retry.
I wanted to understand the behavior when it fails to read in 15 seconds.
Will the method _read
(https://github.com/mojolicious/mojo/blob/master/lib/Mojo/IOLoop/Stream.pm#L98)
throw an error? . Is there a way to increase this timeout from 15 seconds?
The reason I ask is that, in our application, read_ is ending up with an
error randomly. ( Very rare). Since this error is not printed, we are
unable to root cause it.
Can someone help me understand what exactly is the timeout here?. I
understand that we use Non blocking I/O and it might retry.
I wanted to understand the behavior when it fails to read in 15 seconds.
Will the method _read
(https://github.com/mojolicious/mojo/blob/master/lib/Mojo/IOLoop/Stream.pm#L98)
throw an error? . Is there a way to increase this timeout from 15 seconds?
The reason I ask is that, in our application, read_ is ending up with an
error randomly. ( Very rare). Since this error is not printed, we are
unable to root cause it.
--
You received this message because you are subscribed to the Google Groups "Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mojolicious+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at https://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mojolicious+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at https://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.