C
Colin Song
Hi,all
My serverlet need save some logs to DB,I want to reduce the
response time,so I use threadpool to save the logs,
but the performance is not good.And I find use 1 thread to save logs
have best performance,but some logs will delayed.
Is there another solution?
Thanks.
My serverlet need save some logs to DB,I want to reduce the
response time,so I use threadpool to save the logs,
but the performance is not good.And I find use 1 thread to save logs
have best performance,but some logs will delayed.
Is there another solution?
Thanks.