-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Brian,
On 1/26/13 11:29 PM, Brian Braun wrote: > I finally found this, implemented it and works great! > http://docs.oracle.com/javase/6/docs/api/java/util/concurrent/LinkedBlockingQueue.html > > However, if I get significantly more requests, this may not be > enough because MySQL will get slower and the queue will get full. MySQL shouldn't "get slower" unless something is badly misconfigured. If you have lots of indexes on your logging table, you're doing it wrong. What table type, etc. are you using? MySQL might not be the best solution for logging. Do you really need ACID? > I think I could start using this queue, and if it gets full I > could failover to Amazons Queue service. What do you think? I think if you expect to failover, you should consider why that would happen. If you can't handle your normal load using just MySQL, then you may as well go for the complete Amazon solution. - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.17 (Darwin) Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEAREIAAYFAlEGlnsACgkQ9CaO5/Lv0PBgaQCfa+e50e7hirdyD/o6ngLqCxyv EkUAoKyzk+L/L7YAdytKs+5aUNtqED+W =t6eB -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org