in reply to Re: Fork/Spawn
in thread Fork/Spawn
Yet another option would be to write a client/server app using sockets; you can set up a server that has the list of files to search, then set up some clients that communicate via sockets with the server. The server sends a filename to a client, and the client searches it, then sends back the results over the socket.
You wouldn't need to use temporary files in any of these implementations.
Just some ideas. Definitely take a look at perlipc.
|
|---|