Re: Coupling Plack/PSGI with mod_perl, or an alternate architecture?

2012-10-10 Thread Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯
> Has anyone on this list actually run a Plack application *inside* > mod_perl? Yes. > how one does that. > relative merits of this approach? It is very similar to the way traditional mod_perl apps are deployed and therefore familiar. > reasons to pick a

Re: Coupling Plack/PSGI with mod_perl, or an alternate architecture?

2012-10-10 Thread Perrin Harkins
On Wed, Oct 10, 2012 at 1:46 PM, Eduardo Arino de la Rubia wrote: > Greetings! Hi! > 1) Has anyone on this list actually run a Plack application *inside* > mod_perl? I don't actually know that I understand how one does that. Can you > speak to the relative merits of this approach? I think it's

Coupling Plack/PSGI with mod_perl, or an alternate architecture?

2012-10-10 Thread Eduardo Arino de la Rubia
Greetings! I know this may be a biased audience, it being the mod_perl mailing list, but I since I don't have a plan, I'm trying to crowdsource one :-) At $employer, we have chosen to build our next revision of our application using a Plack/PSGI stack. We have been sold on Plack/PSGI as a "next g

Apache::Test

2012-10-10 Thread Jean-Michel Caricand
Hello, I have some mod_perl modules that implement REST services. I want to test them with Apache::Test. So, I have some questions : - Is it possible to use DELETE method with Apache::Test ? I didn't find any examples - I want to send JSON data with POST method (not with x-www-form-urlencode