Dami Laurent (PJ),
Вы написали в компанию Русоникс и это письмо является автоматическим
подтверждением того, что Ваша заявка поступила в очередь на обработку.
Мы ответим на Ваш запрос по возможности максимально быстро.
ID Заявки: 1410913
Тема: RE: Enquiry about mod_perl project st
> 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
John Dunlap,
Вы написали в компанию Русоникс и это письмо является автоматическим
подтверждением того, что Ваша заявка поступила в очередь на обработку.
Мы ответим на Ваш запрос по возможности максимально быстро.
ID Заявки: 1410835
Тема: Re: Enquiry about mod_perl project state
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
Fred Moyer,
Вы написали в компанию Русоникс и это письмо является автоматическим
подтверждением того, что Ваша заявка поступила в очередь на обработку.
Мы ответим на Ваш запрос по возможности максимально быстро.
ID Заявки: 1410832
Тема: Re: Enquiry about mod_perl project state
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
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