[Rusonyx #1410913]: RE: Enquiry about mod_perl project state

2015-08-18 Thread Rusonyx Support Team
Dami Laurent (PJ), Вы написали в компанию Русоникс и это письмо является автоматическим подтверждением того, что Ваша заявка поступила в очередь на обработку. Мы ответим на Ваш запрос по возможности максимально быстро. ID Заявки: 1410913 Тема: RE: Enquiry about mod_perl project st

RE: Enquiry about mod_perl project state

2015-08-18 Thread Dami Laurent (PJ)
> What is the future of mod_perl beyond mod_perl 2.0? Unfortunately mod_perl has lost popularity, but it still does its job well, and has always been very rich of features so it doesn't need much evolution. The important thing is to stay in sync with Apache, so I'm happy that mod_perl was fin

[Rusonyx #1410835]: Re: Enquiry about mod_perl project state

2015-08-18 Thread Rusonyx Support Team
John Dunlap, Вы написали в компанию Русоникс и это письмо является автоматическим подтверждением того, что Ваша заявка поступила в очередь на обработку. Мы ответим на Ваш запрос по возможности максимально быстро. ID Заявки: 1410835 Тема: Re: Enquiry about mod_perl project state

Re: Enquiry about mod_perl project state

2015-08-18 Thread John Dunlap
Our application is in a state of transition from dynamically generating html on the server to providing restful web services which are consumed by a JavaScript user interface in a service oriented front end architecture. However, when we decided that that was the road we needed to go down, none of

[Rusonyx #1410832]: Re: Enquiry about mod_perl project state

2015-08-18 Thread Rusonyx Support Team
Fred Moyer, Вы написали в компанию Русоникс и это письмо является автоматическим подтверждением того, что Ваша заявка поступила в очередь на обработку. Мы ответим на Ваш запрос по возможности максимально быстро. ID Заявки: 1410832 Тема: Re: Enquiry about mod_perl project state

Re: Enquiry about mod_perl project state

2015-08-18 Thread Fred Moyer
I know of a lot of shops out there still running mod_perl. I'd say the focus has narrowed to web services that need to be really performant. There's a ton of web application frameworks out there, and those that are written in Perl can be served by mod_perl via Plack, etc. It's more of an API into

PerlOutputFilterHandler, Apache2::Request and utf8 encoded strings

2015-08-18 Thread Vincent Veyron
Hi, My application has the following structure : a PerlResponseHandler builds the part of a web page by querying a postgresql database for the data, then a PerlOutputFilterHandler adds the section to it. The entire stack has been converted to utf8 (system locales, perlscripts, databases). I