I have to do some update operation on the background. Because it takes so many times. Therefore I shouldn't wait for this operation. User should send any different comment during the update operation.
My OS is Linux and I use C programing Lang. as far as my search, I have to use fork() function for this.
Any different idea?