I\'ve been using Nginx 0.8.5 as a caching reverse-proxy to build out a custom cdn-like solution to speed up our site\'s load time. It works great so far except that cache invalidation is really cludgy
i am getting the purge to work on a queue but not on its journal any idea why? MessageQueue oque1 = new MessageQueue(Qname);
Is it OK to truncate tables while at the same time using Hibernate to insert data? We parse a big XML file with many relationships into Hibernate POJO\'s and persist to the DB.
I have a pair of bash scripts, 1 that dumps mysql dbs, and the second to purge old backups. I have always relied on date, so any files older than 7 days are purged, and new backups created daily. The