Re: Server side programming PHP Vs CGI Vs modPerl

2003-02-14 Thread Valerio_Valdez Paolini
On Fri, 14 Feb 2003, Devi .M wrote: > Now I tried authenticating the user, where I have to maintain > separate session for each user. When I saw how to do session management in > mod_perl a module called Apache::Session was told. But when I tried it, > that module was missing in my mod_perl

Re: OSCON ideas

2003-01-09 Thread Valerio_Valdez Paolini
On Wed, 8 Jan 2003, Perrin Harkins wrote: > (http://conferences.oreillynet.com/cs/os2003/create/e_sess). I'm > thinking about possible talks to submit and I want a little feedback on > what people are most interested in. Here are two options I'mconsidering: > > 1) Database Objects in Perl I wo

Re: [OT] document management

2002-09-18 Thread Valerio_Valdez Paolini
On Tue, 17 Sep 2002, Erich Markert wrote: > What I need to find is a system that would allow users to upload word > and/or pdf and/or html files into a library system that would > automatically extract keywords and then file the documents into a > database. The goal of all this is to avoid havi

Re: Simple file manipulation module.

2002-07-25 Thread Valerio_Valdez Paolini
On Thu, 25 Jul 2002, Ganesan M wrote: >I am looking for a perl module to do simple file manipulations like > (list, create, edit, modify, copy, move, rename files in a directory) > through web interface. Any module recommendations to do the above job? it is not a reccomandation, I just sea

Re: Static vs. DSO on Linux specifically

2002-07-22 Thread Valerio_Valdez Paolini
Hi David, On 22 Jul 2002, David Dyer-Bennet wrote: > But Redhat ships it as a DSO. Debian also, but I think that is only for simplicity. It would be 'expensive' to produce static versions of apache with mod_perl, or with mod_php or both. > On the other hand, I've asked a couple local mod_perl

Re: path_info() query.

2002-07-04 Thread Valerio_Valdez Paolini
On Thu, 4 Jul 2002, Wes Cravens wrote: > url: 'www.host/' returns '/' > url: 'www.host/debug' returns '' when I was expecting '/debug' does a file or directory named 'debug' exist in your document root? If so, it's normal. It is also possible that you are doing an error I made many times :) You

Re: [OT] Better Linux server platform: Redhat or SuSe?

2002-07-03 Thread Valerio_Valdez Paolini
On Wed, 3 Jul 2002, Rob Nagler wrote: > David Dyer-Bennet writes: > > Obviously hardware RAID will save CPU cycles somewhat, and SCSI disks > > of the right type will increase IO bandwidth somewhat, but if you're > > not short of those things and still want the added security of > > mirroring, I

Re: [OT] Better Linux server platform: Redhat or SuSe?

2002-07-03 Thread Valerio_Valdez Paolini
> Software-based RAID 1: Is it usable (only for a data partition, not > required for the root partition)? Is it easy to recover from a broken > disk? If possible, consider using hardware RAID, like Mylex ones; they are quite expensive, because of SCSI disks, but you gain cpu cycles; I've used My

Re: tutorials (was: Re: rfc Apache::Dynagzip)

2002-06-14 Thread Valerio_Valdez Paolini
On Sat, 15 Jun 2002, Igor Sysoev wrote: > I mean that handler can do following: > > if ($r->headers_in("Accept-Encoding") =~ /gzip/ > and not $r->note("disable_gzip")) > { > do gzipping > } I understand your point of view, even I prefer Slava's approach. I'm asking myself why you will n

Re: separating C from V in MVC

2002-06-11 Thread Valerio_Valdez Paolini
On Tue, 11 Jun 2002, John Siracusa wrote: > > You're right. It just looks kind of odd to me, invoking a template for > > something that is not a display-related task. It looks like the way > > people typically do MVC in Mason or Embperl, with a first template that > > doesn't do anything but i

Re: separating C from V in MVC

2002-06-10 Thread Valerio_Valdez Paolini
On Mon, 10 Jun 2002, Matt Sergeant wrote: > > It seems perfect for mod_perl2. Really interesting, xml appears to be > > the final destination for most of us, even if now i prefer objects. > > There's no conflict between using XML and using Objects if you're using AxKit. > Especially thanks to Si

Re: separating C from V in MVC

2002-06-10 Thread Valerio_Valdez Paolini
On Mon, 10 Jun 2002, James G Smith wrote: > I'm working on a framework that will use the Mason component as the > controller, Perl modules as the model, and either Mason components or > TT templates called from the controller as the view. The view would > output XML that would then be put throu

Re: separating C from V in MVC

2002-06-10 Thread Valerio_Valdez Paolini
On Mon, 10 Jun 2002, Perrin Harkins wrote: > Those are both interesting and may be the most appropriate solution for > the problems you're working on, but I wouldn't call either of them MVC. > You are going straight to a view (template) and letting it drive all > the decisions. In an MVC appl

Re: separating C from V in MVC

2002-06-10 Thread Valerio_Valdez Paolini
> Ray Zimmerman wrote: > So how is everybody else handling URL mapping? On Mon, 10 Jun 2002, John Hurst wrote: > In the filesystem. Directly requested .tt files are all sent to a > default template handler: [...] > % cat admin/proj-edit.tt > [% Ctrl.DBEdit.run(ObjectType => 'Project') %] I use

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

2002-06-06 Thread Valerio_Valdez Paolini
On Thu, 6 Jun 2002, Jeff wrote: > We can take the discussion off-line if the list feels it will be too OT. No, please :) Valerio Valerio Paolini, -- what is open-source about? Learn, and then give back

Re: rfc Apache::Dynagzip

2002-06-06 Thread Valerio_Valdez Paolini
On Thu, 6 Jun 2002, Slava Bizyayev wrote: > I'd prefer to address it the point where the web server administrator has to > fix the Accept-Encoding HTTP header, if one is incorrectly issued by buggy > web client. I really like your idea, in a perfect world shouldn't be that fixup :) Ciao, Valer

Re: rfc Apache::Dynagzip

2002-06-05 Thread Valerio_Valdez Paolini
On Tue, 4 Jun 2002, Slava Bizyayev wrote: > I don't know should it be a kitchen of every system administrator, or > somebody could volunteer to serve the public web site about the current > conditions of different web clients and recommended masks?.. I can't host it > on my devl4, because it is

Re: here is a good modperl question on perlmonk

2002-03-05 Thread Valerio_Valdez Paolini
On Wed, 6 Mar 2002, Gunther Birznieks wrote: > Philippe Chiasson had a really nice talk on setting up developer teams on > mod_perl at ApacheCon 2001. Covers everything from CVS to deployment. You > may want to see if you can get the slides from him ([EMAIL PROTECTED]) if you > are interested