L
Lucky Nl
Hi,
I need to implement fork concept in my application.
I want to do the task1 and task2 at a time. need to start task1 and and
task2
at a time but task1 will complete within seconds .but task2 will will
take time,it's the long run process.so want to do this seperate
process this will not interupt other process.
So how can we implement fork in ruby
I need to implement fork concept in my application.
I want to do the task1 and task2 at a time. need to start task1 and and
task2
at a time but task1 will complete within seconds .but task2 will will
take time,it's the long run process.so want to do this seperate
process this will not interupt other process.
So how can we implement fork in ruby