NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: olu on February 19, 2013, 01:35:51 AM
-
Hi all,
Please do the multi-host program stop all sites runing if one of the sites is got a problem or is it surpose to just stop the one with the issue, cause my seems to stop serving every site.
-
what is the problem you encounter on one of the sites when multi-host stops? GPF?
-
Hi Kevin,
No it did not gpf, it was error 33 when trying to update a record
-
I use CSMessage to capture any messages and log to disk rather than showing on the server. Either way I don't think the message will stop nettalk as it is multi-threaded unless you have lots of threads hanging out on messages. Are you using SQL? You may be experiencing SQL locking issues which could make a website stop responding as it is waiting for SQL.
-
Hi Kevin,
Yes i am using SQL. Is there a way round this
-
Search for lock_timeout on this NG for some ideas