![]() |
|
P is for Practical | |
PerlMonks |
Re: Persist shell appby tachyon (Chancellor) |
on Apr 02, 2004 at 16:37 UTC ( #342025=note: print w/replies, xml ) | Need Help?? |
Yet another approach is to whip up an XS interface to your ? C based unix application and use mod_perl to create a persistent instance as you might do with a DB connection. See Swish::API for a typical example used as the interface to the swish-e search engine to avoid forking new instances. This is almost certainly the most complex solution and would probably only be worthwhile if speed is a major issue. cheers tachyon
In Section
Seekers of Perl Wisdom
|
|