On Fri, Jan 25, 2013 at 6:00 PM, Brian Braun <brianbr...@gmail.com> wrote:

> What I need is to be able to accept as much HTTP requests as possible, to
> log every one of them as fast as possible (not syncronously), and to make
> everything fast and with a very low usage of RAM when MySQL gets slow and
> inserts need to queue. I think I need some kind of queue to buffer the
> entries when the speed of http request is higher than the speed of
> insertions in the database log.

> 3- Using some kind of any other framework that specializes in this?

http://aws.amazon.com/sqs/

Let us know how that works out if you try it  :-)

-- 
Hassan Schroeder ------------------------ hassan.schroe...@gmail.com
http://about.me/hassanschroeder
twitter: @hassan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to