views:

29

answers:

1

I been thinking about how to configure a web statistics to collect information like Google Analytics. I would think that sending the info over would have to be super quick. My initial thought would be to use http://activemq.apache.org/ to receive the information (Quicker than a DB insert) and then a separate process would actually take the info and store it into a database.

What are your thoughts? Is there a better way to go about it?

A: 

Mint

Andrew Noyes