Can we use SIGKILL (kill -9) to kill the webx-go process? Would it corrupt the database?
Answer:
If you do a pstack and DO NOT see a thread whose stack includes a routine named ChBgSave, then it is safe to kill the process, otherwise yes the database will probably end up corrupted (in which case restore from a webx generated backup).