in reply to Re^2: Parallel HTTP requests under mod_perl2
in thread Parallel HTTP requests under mod_perl2

I just meant you could use the file as cheap IPC to get the responses in the parent process. There are other ways to do this though.

Be careful what you measure in terms of memory. On a Linux system, much of the size of an httpd process is actually shared by copy-on-write. See the mod_perl docs for more info.

  • Comment on Re^3: Parallel HTTP requests under mod_perl2