Re: libapreq: could not create/open temp file

2002-06-08 Thread Ask Bjoern Hansen
On Sat, 8 Jun 2002, Stas Bekman wrote: Has anybody already seen this error ??? [...] [libapreq] could not create/open temp file sounds like something is running out of filehandles; or a temp file system of some kind running out of space. Try applying the patch Stas sent and see what it

Re: [Templates] Re: Separating Aspects (Re: separating C from V in MVC)

2002-06-08 Thread Tony Bowden
On Sat, Jun 08, 2002 at 08:51:48AM +0800, Gunther Birznieks wrote: I'm a huge fan of passing Date::Simple objects, which can then take a strftime format string: [% date.format(%d %b %y) %] [% date.format(%Y-%m-%d) %] And the latter does not require a programmer? Of course not. It just

Re: [Templates] Re: Separating Aspects (Re: separating C from V i n MVC)

2002-06-08 Thread Tony Bowden
On Fri, Jun 07, 2002 at 11:22:13PM -0400, Jesse Erlbaum wrote: I'm a huge fan of passing Date::Simple objects, which can then take a strftime format string: [% date.format(%d %b %y) %] [% date.format(%Y-%m-%d) %] Out of curiosity, at what point of flexibility do you feel it is OK for

AuthenNTLM, IE, KeepAlives

2002-06-08 Thread Harnish, Joe
Title: AuthenNTLM, IE, KeepAlives I am running an Apache server using AuthenNTLM for authentication. This is because we are migrating an old NT site to Linux. The issue that I am having is that when I have KeepAlive turned on my scripts won't get the params from the URI. But this only

Re: libapreq: could not create/open temp file

2002-06-08 Thread Joe Schaefer
Jean-Denis Girard wrote: Everything worked flawlesly, the web site was still working, but after a few days, visitors started to complain that uplaods didn't work. mod_perl dies with the message: [libapreq] could not create/open temp file What is really funny, is that it

Exceptional MVC handling (was something about MVC soup)

2002-06-08 Thread Jeff
From: Perrin Harkins [mailto:[EMAIL PROTECTED]] Sent: 07 June 2002 18:05 For example, if you have a form for registering as a user which has multiple fields, you want to be able to tell them everything that was wrong with their input (zip code invalid, phone number invalid, etc.), not

RE: [OT] MVC soup (was: separating C from V in MVC)

2002-06-08 Thread Bill Moseley
At 12:13 PM 06/08/02 +0100, Jeff wrote: The responsibility of the Controller is to take all the supplied user input, translate it into the correct format, and pass it to the Model, and watch what happens. The Model will decide if the instruction can be realised, or if the system should explode.

RE: [OT] MVC soup (was: separating C from V in MVC)

2002-06-08 Thread Jeff
From: Bill Moseley [mailto:[EMAIL PROTECTED]] Sent: 08 June 2002 20:48 I've gone full circle on handling user input. I used to try to abstract CGI input data into some type of request object that was then passed onto the models. But then the code to create the request object ended up

Weird headers under mod_perl

2002-06-08 Thread Dodger
Hi. I've set up my system to move gradually over to mod_perl and been clearing hurdles for several weeks now -- things like Apache::DBI cached connections to mysql never timing out and eventually running mysql out of connections, strange sudden bogging-down of the server, and so on, and

Re: persistent Mail::ImapClient and webmail

2002-06-08 Thread Medi Montaseri
I was wondering why you implemented your own vs using any of the following - twig http://twig.screwdriver.net - Open WebMail http://www.openwebmail.org - WING http://users.ox.ac.uk/~mbeattie/wing/ - IMPhttp://www.horde.org/imp/ I am asking because I'm also interested in such an application (ie a

Apache/mod_perl still not ready for OS X?

2002-06-08 Thread Bas A . Schulte
Hi, I've been postponing to move my Linux Apache/mod_perl development to my highly appreciated iBook running Mac OS X due to all the required tweaks until now. I would imagine things have been sorted out by now so I downloaded apache 1.3.24 to give it a go. The system I'm working on has a

Re: persistent Mail::ImapClient and webmail

2002-06-08 Thread Ask Bjoern Hansen
On Fri, 7 Jun 2002, Richard Clarke wrote: p.s. Yes quite obviously if I have 100 children then I'll be connected to the IMAP server 100 times per user, hence possibly the need to have a either a dedicated daemon connected to the IMAP server once or some successfuly way of sharing IMAP

modperl 2

2002-06-08 Thread Jaberwocky
I figured this would be the place wheresomeone would know... Does any one know of any modperl 2 resources? mailing lists, stuff like that. I know it's in dev but I'm having serious problems finding anything.. Thanks for any help