On Wed, Apr 4, 2012 at 1:31 PM, Perrin Harkins wrote:
> ...
If they were to
> rewrite it in Perl today, *it would go up again*!
>
> - Perrin
>
No performance anxiety there then.
We use mp2 + httpd in prefork mode to translate between JSON/SOAP to
proprietary CORBA (via opalORB - the 100% painless CORBA interface) on
dedicated servers .
We've run 100's of requests a second through a single server. So long as
httpd is configured sensibly the performance is excellent. A word
On Mon, Mar 30, 2009 at 2:14 PM, Cosimo Streppone wrote:
> In data 30 mars 2009 alle ore 13:46:09, Rolf Banting
> ha scritto:
>
> > On Sun, Mar 29, 2009 at 9:52 PM, Perrin Harkins
> > wrote:
> >
> >> On Sun, Mar 29, 2009 at 4:44 PM, Cosimo Streppone
> &g
On Sun, Mar 29, 2009 at 9:52 PM, Perrin Harkins wrote:
> On Sun, Mar 29, 2009 at 4:44 PM, Cosimo Streppone
> wrote:
> > The main problem is that in the past we experienced some kind of
> > performance problems that only manifested themselves really clearly
> > in production and only at peak traf
On Sat, Mar 28, 2009 at 6:44 AM, Octavian Râsnita wrote:
> From: "Joe Schaefer"
>
>> A contribution to a *community* would be to offer gratis advice on a
>> mailing list, ostensibly to help the community reach its objectives.
>> Nothing I see in this thread looks like a contribution to the mod_pe
On Thu, Mar 26, 2009 at 6:29 PM, Joel Bernstein wrote:
>
> On 26 Mar 2009, at 13:21, Rolf Banting wrote:
>
>> Fair enough Simon. I would recommend you look at the Cookbook too - it has
>> recipes for everything from iterating through a hash to web automation.
>>
On Thu, Mar 26, 2009 at 3:44 PM, Octavian Râsnita wrote:
> *From:* Rolf Banting
>
> Foo JH wrote:
> > In the academia the general directive in choosing a language would be
> > something to this effect:
> > 1. teach modern language concepts, such as OO
> > 2. m
>> http://www.perl.com/pub/a/2005/07/14/bestpractices.html.
>>
>> The newer answer is an emerging buzzword called "Modern Perl" or sometimes
>> "Enlightened Perl".
>> Chromatic's blog on the subject, http://www.modernperlbooks.com/mt/, is
>> prob
On Thu, Mar 26, 2009 at 11:35 AM, Simon Forster wrote:
>
> On 25 Mar 2009, at 18:23, David Ihnen wrote:
>
> They've also told me that they know that perl is harder to learn than PHP.
>>> What can I tell them? That it is not true?
>>>
>> Yes, but you may or may not be right. We all agree that com
Foo JH wrote:
> In the academia the general directive in choosing a language would be
> something to this effect:
> 1. teach modern language concepts, such as OO
> 2. minimise the learning curve by way of something easy to teach, easy
> to learn without having to figure out all the details of progr
All,
The access2.t test fails when mod_perl 2.0.3 is built against the httpd
trunk. The core problem is that the test script needs the httpd ap_requires
function; however the log shows that the ap_requires function has been
removed from httpd:
relocation error:
/home/mmsadm/Projects/mod_perl-2.0
I've noticed some comments in the source (using the wonderful 'ack')
about a change from requires to providers. Haven't looked any deeper
so far.
Thanks for the replies.
I'll carry on and see if I can get to the bottom of the other make
test failures. At that point I'll seek advice on whether or not the mp
archive needs an update.
I've moved on to access2.t now. The difference with access.t is that
user id authentication is required. No ma
I can answer my own question, at least in part.
In the t/httpd.conf location /TestAPI__access has AuthType none and
AuthName modperl defined. If I comment those out t/api/access.t passes
except for test 7. Test 7 expects 'none' as AuthType whereas in fact
it is 'undef' now.
I've looked through t
Hi,
I have a few problems with mp 2.0.3 against the http2 trunk.
1)
/home/mrstlee/Projects/mod_perl-2.0.3/xs/Apache2/RequestUtil/Apache2__RequestUtil.h:157:
structure has no member named `ap_auth_type'
/home/mrstlee/Projects/mod_perl-2.0.3/xs/Apache2/RequestUtil/Apache2__RequestUtil.h:158:
struct
On 11/5/07, Octavian Rasnita <[EMAIL PROTECTED]> wrote:
> I wasn't able to use it because I didn't know how to set its share
> directories and especially its network interface to be able to access the
> internet from the virtual machine (if it is possible).
1. You can access the internet from the
On 11/5/07, Jeff Armstrong <[EMAIL PROTECTED]> wrote:
> Or even make yourself a virtual PC using MS Virtual PC and install a
> Linux / Apache / Modperl / Samba / MySQL / SVN etc into it (e.g. Debian
> is easy, or whatever you need for your prod).
Or:
1. use cygwin ( if you can get mod_perl2 to bui
Hi,
I'd like to able to transplant a kind of gateway app I have written
from a POE to mod_perl2. Why? Well mainly so I have an excuse to get
into mod_perl2 & apache.
What the app does is accept client requests in a proprietrary protocol
carried over UDP and translate them either into synchronous
Guys,
Probably not a bug as such but something in my set up.
Find the output from REPORT below. Basically everything seems to build ok
but make test fails with the claim that the server didn't start. When I look
at the ps output I can see that httpd2 has started.
Any help appreciated.
Thanks,
19 matches
Mail list logo