Hi Sergey, Even after updating to latest mongoose version, I see the same issue i.e. high frequency data communication makes the serving thread go in blocking state. I am looking for help. Please let me know if you have any questions.
Regards, Kunal On Thursday, September 18, 2014 10:57:38 AM UTC-4, Sergey Lyubka wrote: > > Ah, ok. > Date timestamp was introduced by me recently, so just update to the recent > version, just to be on the same page. > > On Thu, Sep 18, 2014 at 2:54 PM, kk <[email protected] <javascript:> > > wrote: > >> Hi Sergey, >> >> I do not find a date timestamp in my mongoose.c. Mongoose release notes >> say the below: >> >> ## Release 5.4, July 28 2014 >> >> How should I find date and timestmap? >> >> Regards, >> Kunal >> >> On Thursday, September 18, 2014 4:25:22 AM UTC-4, Sergey Lyubka wrote: >>> >>> Hi Kunal, what is the $Date$ timestamp of your mongoose.c file? >>> >>> On Thu, Sep 18, 2014 at 12:28 AM, kk <[email protected]> wrote: >>> >>>> Hi, >>>> >>>> I am working on an application in which I am using mg_wakeup_server API >>>> to push data over websocket connection. As guided for Mongoose usage, I >>>> have a poll_server in main thread and a separate thread for pushing data >>>> to >>>> live websocket URIs. There are a couple of client applications which >>>> interface with my application written on mongoose server. These different >>>> applications work on different URIs. For most of applications, the server >>>> is able to utilize capability of wakeup_server to push events when >>>> required. However, one application demands high frequency data. There, I >>>> observe after sometime the polling stops and the interface blocks i.e. >>>> there is no communication happening after this. Is this behavior seen by >>>> anyone? How should this be solved? >>>> >>>> >>>> Regards, >>>> Kunal >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "mongoose-users" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> To post to this group, send email to [email protected]. >>>> Visit this group at http://groups.google.com/group/mongoose-users. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> -- >> You received this message because you are subscribed to the Google Groups >> "mongoose-users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at http://groups.google.com/group/mongoose-users. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "mongoose-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mongoose-users. For more options, visit https://groups.google.com/d/optout.
