in reply to Re^18: Problem in Inter Process Communication
in thread Problem in Inter Process Communication
Well. If my job was on the line, the first thing I would do is ensure that Perl can perform the comparison more quickly than the existing C++ code.
Get hold of the most complex set of data for comparison and stick it (them? whatever you are comparing it against) in a couple of files and build a C++ exe that calls the existing comparison function to get a base timing. Then write your perl equivalent and see how it compares.
Unless you can achieve some significant savings in the most expensive area, there is little chance of you achieving anything worthwhile by just porting the application from C++ and forks to Perl and threads.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^20: Problem in Inter Process Communication
by libvenus (Sexton) on Aug 22, 2008 at 18:01 UTC |