Hi! I'm trying using mongoose embedded with a uri handler that serves images generated by code, on request. I don't want to block the thread while waiting for the image, so I return 0 from the handler function, and it should be called again _on next socket write_, which may not occur, in which case it does not get called until TIMEOUT (30 secs, not sure who's responsible for that retry).
I'm thinking that maybe the pending connections' handlers should be called on each mg_server_poll instead? Or am I missing something? What is the proposed solution for a case like this? Thanks for an otherwise sweet product, it works very well. /Alex -- 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/groups/opt_out.
