jithoosin has asked for the wisdom of the Perl Monks concerning the following question:
The problem is that i have to call perl files near 40000 times from C during execution and in each of those calls i have to pass entire html pages(text only no images) from C file to perl files using pipes.
I don't believe in converting perl files to C code or to use mod-perl. Is there any other go to increase the speed (eg: like replacing the "system" & "popen" commands by faster alternatives]
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: calling perl from C [performance optimization]
by ikegami (Patriarch) on Dec 15, 2005 at 07:39 UTC | |
by ikegami (Patriarch) on Dec 15, 2005 at 16:01 UTC | |
|
Re: calling perl from C [performance optimization]
by Courage (Parson) on Dec 15, 2005 at 09:23 UTC |