Hi Monks,
I have a web interface in perl/cgi which submits data to the server. R process this data and returns results to the server. Sometimes R takes very long to process the data.
I want to submit the job to the server in batch mode so it doesnot makes the server slow when there are several heavy duty work.
But at the same time I want my connection from the web interface to be maintained. So when the work is done I can show the results.
I am very bad at shell commands of linux.
thanks in advance