> the problem is, this freezes or crashes once in a while, what would be > the best way to take care of this?
Freezing usually indicates that due to concurrent access your database is holding a lock. I suspect the same is true for "crashing", but without more information it could be pretty much anything. -- Gustavo Niemeyer http://niemeyer.net -- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
