Parallel Execution in rails thin server

Hi
I have deployed my application in thin server.I am facing issue with multi thread instances.For instance,I am executing some Bulk Operation localhost:3000/bulk which is currently running.If I am opening same page in another browser.It is not loading until that bulk execution completed.How to solve this issue?