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
Post a Comment