Re: [Ledger-smb-devel] Deployment independent coding

2011-06-22 Thread Chris Bennett
Thinking about mod_perl, I would point out that using PerlRun would give a small performance improvement, and the code would run only once. Not having to reload the interpreter every time is somewhat snappier. Of course nothing like real mod_perl. I need to look at PSGI document, have heard of i

Re: [Ledger-smb-devel] Deployment independent coding

2011-06-20 Thread Chris Travers
On Mon, Jun 20, 2011 at 3:10 PM, Erik Huelsmann wrote: > On IRC, mst noted that we're using "very 1998 style" code and > deployment-dependent style code, suggesting all 'new style' code > should probably be written against PSGI > [https://github.com/miyagawa/psgi-specs/blob/master/PSGI.pod]. Inte

[Ledger-smb-devel] Deployment independent coding

2011-06-20 Thread Erik Huelsmann
On IRC, mst noted that we're using "very 1998 style" code and deployment-dependent style code, suggesting all 'new style' code should probably be written against PSGI [https://github.com/miyagawa/psgi-specs/blob/master/PSGI.pod]. Reading that document, I concluded we can't support that standard as