Quote:
Originally Posted by pro4never
It's mysql causing the issue. Your current system isn't handling the large amount of database loading/saving elagently (not fully closing connections or w/e).
Basically you can try a couple things.
#1: Switch to a different way of using mysql (example being immune's sql wrapper or a managed database system such as nhibrinate which... will make things a bit more complicated but allows for some cool **** with stored procedures)
#2: Error check all your database methods to ensure that there's nothing wrong with your sql commands not closing themselves when done or w/e
#3: Edit your mysql settings (Max connections and such)
|
#1 i am using 5375 phoniex source which have impulse socket system
#2 so, how can make it fully close
#3 i edit it with mysql config wizarde after exucate not start servies
#4 thanks for helping me