Re: mod_perl vs. C for high performance Apache modules

2001-12-14 Thread Toni Andjelkovic
kernels too. that was an issue with 2.0.x, since 2.2.x you can do it with echo 100000 > /proc/sys/fs/file-max cheers, -- Toni Andjelkovic <[EMAIL PROTECTED]>

mod_perl-1.26, threads and LWP.pm

2001-11-05 Thread Toni Andjelkovic
ion (besides of -Dusethreads)? should i use 5005threads ("Thread.pm") or ithreads for this task? is LWP considered thread-safe? thanks, -- Toni Andjelkovic <[EMAIL PROTECTED]>

Re: Exporting C++ class to Perl?

2001-10-30 Thread Toni Andjelkovic
Vlad Safronov wrote on Tue, Oct 30 2001 (19:26:40 +0300): > How can I export C++ class and its interface to Perl? http://www.johnkeiser.com/perl-xs-c++.html cu, -- Toni Andjelkovic <[EMAIL PROTECTED]>

Re: Porting

2001-09-24 Thread Toni Andjelkovic
opinion, there are lots of (mediocre) Java programmers out there, far more than competent mod_perl programmers. it's easier for companies to recruit Java people, and Java has better marketing, impressing suits who pay for your projects. cu, -- Toni Andjelkovic <[EMAIL PROTECTED]>

Re: AuthCookie access denied messages

2001-08-20 Thread Toni Andjelkovic
David Young wrote on Mon, Aug 20 2001 (12:36:19 -0400): > Before I tackle this myself, has anyone added functionality to AuthCookie so > that it will report *why* a user is being asked to login? Currently, if a perldoc Apache::AuthCookie /AuthCookieReason cu, -- Toni Andjelkovic &