Does Apache Thrift TSimpleServer drop requests? -


i doing research, , sending requests @ high rate (100 requests per second) apache python tsimpleserver. notice client side says 353 requests sent server, @ end of day, server receives 345 requests. have idea on goes wrong? cannot use tthreadedserver because underlying library not thread-safe, , wonder whether tsimpleserver drops requests @ high rps. lot!

i figured our. since function declared oneway, client has open transport rather close after function call.


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -