Comment on Ask HN: Scalable way of logging page request data from a PHP application?Comments−bemmu15yHow about putting log lines into memcached, then once a minute write them to disk?−ichiltonOP15yThis is something I considered but i'm unsure of the best way to store these so they are retrievable without looking up the key.
Comments
How about putting log lines into memcached, then once a minute write them to disk?
This is something I considered but i'm unsure of the best way to store these so they are retrievable without looking up the key.