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.
Daniel Pitts - 20 Dec 2007 16:34 GMT
> Hi,all
> My serverlet need save some logs to DB,I want to reduce the
[quoted text clipped - 3 lines]
> Is there another solution?
> Thanks.
Make sure you are using proper synchronization. You might also have a
timestamp field in the DB to manage the time that the logged event occurs.

Signature
Daniel Pitts' Tech Blog: <http://virtualinfinity.net/wordpress/>