Share server connection between clients.

This commit is contained in:
Chen Yufei
2013-07-29 15:54:45 +08:00
parent 9a5fd30617
commit d18367891e
5 changed files with 240 additions and 93 deletions

View File

@@ -49,6 +49,7 @@ func main() {
initAuth()
initSiteStat()
initPAC() // initPAC uses siteStat, so must init after site stat
initConnPool()
initStat()