I only recently learned about Hessian, after developing my own HttpServlet <-> UrlConnection binary service framework. I would like to use Hessian but I am missing one feature. In my framework, I place the size of the serialized data in the Content-Length header of a response, such as to allow for progress bar to be updated accordingly on a client. Is there a similar approach for monitoring the transfer in Hessian, or is it strictly a blocking proxy?
Regards, Casper _______________________________________________ hessian-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/hessian-interest
