Re: acceptable memory leaks?

2006-08-16 Thread Leo Lapworth
On 16 Aug 2006, at 22:40, Jonathan Vanasco wrote: if there's an issue, big or small, i want to know where it is. if i can fix it-- great. if i can't fix it, i can document what the issue is, so maybe i can fix it when able to or when something goes wrong, i know where to look. Sounds

Re: acceptable memory leaks?

2006-08-16 Thread Leo Lapworth
Playing devils advocate... On 16 Aug 2006, at 19:54, Jonathan Vanasco wrote: but anything thats 1k or more per request i think i need to try and fix. Why :) ? Memory is cheap / CPU is cheap (for when you reach Apache::SizeLimit and need to spawn a new process) - your (and other developer

Re: HTML::Mason?

2006-08-16 Thread Leo Lapworth
On 16 Aug 2006, at 15:23, Jesse Erlbaum wrote (Imagine a list of the users currently logged into the site One could quite easily have this written out into a JSON file and read in/displayed with JavaScript/AJAX (though the JS can be a pain to start). or a database query on the 5 products

Re: HTML::Mason?

2006-08-16 Thread Leo Lapworth
On 16 Aug 2006, at 15:04, Jesse Erlbaum wrote: My proverbial "better SSI". I think understanding what you are actually going to do in the SSI would help somewhat - is this dynamic content based on per user - or just navigation on the website depending on the section you are in? Personal

Re: Dumping / Profiling Memory ?

2006-08-15 Thread Leo Lapworth
On 15 Aug 2006, at 21:28, Perrin Harkins wrote: On Tue, 2006-08-15 at 16:20 -0400, Jonathan Vanasco wrote: My children are pegged at 6-13MB of private memory, on top of 80mb ?!? of parent memory That doesn't sound very big to me. Really? Yeah, that's really not surprising. And you can sti

Re: [OT] modperl vs. Ruby

2006-02-26 Thread Leo Lapworth
On 26 Feb 2006, at 20:42, [EMAIL PROTECTED] wrote: Good conversations... One question that I keep asking myself about RAD frameworks like Catalyst is yeah, they're nice to develop a quick solution but how well do they scale? In particular, I'd like to use Catalyst but I haven't seen much

Re: mod_perl: How pass variables (objects) from page to page?

2005-11-15 Thread Leo Lapworth
On 15 Nov 2005, at 11:35, John Doe wrote: Hope it's not a stupid question, but are you sure %d_cache survives a request? Maybe I'm totally misunderstanding something but I thought after the point } end lexical scope %d_cache gets destroyed (if not still referenced from somewhere else).

Re: mod_perl: How pass variables (objects) from page to page?

2005-11-15 Thread Leo Lapworth
On 15 Nov 2005, at 02:11, Peter1 Alvin wrote: Please tell me I can do this!   Using mod_perl, how do you keep Perl objects in RAM from page to page?  I don't want to re-instantiate my objects on every page request, and I don't want the overhead of serializing my objects to a persistent store fro

Re: Improving server performance with mod_perl 1.29 and DBI

2005-11-14 Thread Leo Lapworth
On 14 Nov 2005, at 08:36, Tom Schindl wrote:I'm uncertain what you are telling here because I can use differentdatabases while connected in a connection using the1. Connect 2 DB (e.g. test)2. Query: SELECT * FROM db1.tab13. Query: SELECT * FROM db2.tab1So there's no need to move all tables into one

Re: Improving server performance with mod_perl 1.29 and DBI

2005-11-14 Thread Leo Lapworth
On 13 Nov 2005, at 23:46, Brett Randall wrote: Does anyone else have any ideas as to how I can utilise persistent database connections to a MySQL server via DBI, in order to speed up web queries, but without the 20 or so connections per virtual server that sit there waiting for something to happen?

Re: Apache2::SOAP newbie

2005-09-23 Thread Leo Lapworth
On 23 Sep 2005, at 08:44, John ORourke wrote:I've now got my Apache2::SOAP-based server talking with C#.NET clients, and auto-generating the WSDL using Pod::WSDL when they call http://url?wsdl, which is nice!Probably not relevant for you atm - but check out SOAP::Lite::Simple - and SOAP::Lite::Simp

Re: Help (Desperate) - Install Bundle::Apache2 catastrophic

2005-06-12 Thread Leo Lapworth
From what I've read on the list.. but this could be wrong! Find all references to Apache::Request and change to Apache2::Request Good luck. Leo On 12 Jun 2005, at 16:52, Thomas Hilbig wrote: Sorry, httpd is 2.0.52 and not 2.0.54 (sorry, panic). My whole site is Perl CGI based using ModPer

Re: Login window always show up in IE by using Apache2::AuthenNTLM

2005-05-18 Thread Leo Lapworth
On 17 May 2005, at 10:42, Gert Jan Schipper wrote: When I surf to a folder on my apache that I have set to be authenticated from my domain. My Internet Explorer 6 gets and windows login popup, where it ask me to fill in Assuming when you enter you username/passwd and domain that it logs you in

Re: AW: Logging user's movements

2005-02-04 Thread Leo Lapworth
On 4 Feb 2005, at 14:16, James Smith wrote: On Fri, 4 Feb 2005, Denis Banovic wrote: I have a very similar app running in mod_perl with about 1/2 mio hits a day. I need to do some optimisation, so I'm just interessted what optimisations that you are using brought you the best improvements. Was it

Re: Logging user's movements

2005-02-04 Thread Leo Lapworth
H On 4 Feb 2005, at 08:13, ben syverson wrote: Hello, I'm curious how the "pros" would approach an interesting system design problem I'm facing. I'm building a system which keeps track of user's movements through a collection of information (for the sake of argument, a Wiki). For example, if

Re: Mac::Glue and mod_perl

2005-01-14 Thread Leo Lapworth
> I'm trying to write a mod_perl script (for PerlRun) that will present an > online interface to my Mac OS X Address Book. I've litterally just started to do something like this: http://svn.cuckoo.org/CPAN/Mac-AddressBook2Web/ It would work very differently though. 1) Script (to put in cron)

[ANNOUNCE] Apache::AuthCookieNTLM 0.05

2003-11-10 Thread Leo Lapworth
> On Fri, Nov 07, 2003 at 06:11:48PM +0100, Stefano Ciancio wrote: > > First of all a question. The AuthenNTLM module setted an env variable > > REMOTE_USER to domain\\username value. The uploaded file Apache-AuthCookieNTLM-0.05.tar.gz has entered CPAN as file: $CPAN/authors/id/L/LL/LLAP/

Re: [ANNOUNCE] Apache::AuthCookieNTLM 0.04

2003-11-07 Thread Leo Lapworth
Hi Stefano, On Fri, Nov 07, 2003 at 06:11:48PM +0100, Stefano Ciancio wrote: > I have donwloaded your module and testing it. > > First of all a question. The AuthenNTLM module setted an env variable > REMOTE_USER to domain\\username value. > Set the new module this variable? Ahh, this wasn't som

[ANNOUNCE] Apache::AuthCookieNTLM 0.04

2003-11-07 Thread Leo Lapworth
I've just uploaded Apache::AuthCookieNTLM 0.04 to CPAN, it's available from http://leo.cuckoo.org/projects/ if you can't wait for it to be processed. I'll consider it finished (ie. working) unless I hear from anyone :) Cheers Leo -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info:

Apache::AuthCookieNTLM

2003-11-05 Thread Leo Lapworth
Hi All, The first version is available at: http://leo.cuckoo.org/projects/AuthCookieNTLM/ I'll tidy up the docs and add a bit more functionality tomorrow, debugging for example! - before uploading to CPAN. We decided against using Apache::AuthCookie in the end, it just seemed over kill. By de

Re: [Fwd: AuthenNTLM and slow web server]

2003-11-04 Thread Leo Lapworth
On Mon, Nov 03, 2003 at 11:55:28AM -0600, Shannon Eric Peevey wrote: > Are you creating something along the lines of a: > > Apache-AuthCookieNTML ? > > It seems that a lot of these questions would be resolved by a module > that would check for a cookie first, and then throw the auth box when >

Re: [Fwd: AuthenNTLM and slow web server]

2003-11-01 Thread Leo Lapworth
On Fri, Oct 31, 2003 at 08:08:02PM +0100, Stefano Ciancio wrote: > But the big problem with this module is that seem for each object it require an > authentication from pdc/bdc. This behaviour causes the web server to go _very_ > slow. The user must wait ten of seconds to load a single web page. W