Optimizations: memcache and persistant db connections

This commit is contained in:
Latif Khalifa
2013-10-11 16:31:12 +02:00
parent a0d0d36f05
commit e8aca8283b
7 changed files with 79 additions and 6 deletions

View File

@@ -61,5 +61,6 @@ rrmdir(ReportParser::getWorkPath());
if ($nr)
{
Memc::flush();
IRCNotify::send("#SingularityViewer", "[CrashProcessor] $nr new reports. http://crash.singularityviewer.org/crashes.php ");
}
}