in reply to Re: Forking of in web application
in thread Forking of in web application

Hi Tod,

The application is a large one and the db fetch i have mentioned, uses few conditions and joining of three tables. So the db process takes some time. We have a optimized indexing on place.

So we are tring to do something to fork this process. Will modules like "Parallel::ForkManager" help me?

Thanks.