Re: mod_perl marketing

2004-11-30 Thread Xavier Noria
On Nov 30, 2004, at 4:33 PM, Perrin Harkins wrote: On Tue, 2004-11-30 at 10:21 -0500, Kurt Hansen wrote: On the marketing front, doesn't Amazon use mod_perl, at least partially? No, they use FastCGI. It's a win for Perl, but not for mod_perl specifically. Ticketmaster.com, Citysearch.com, and ma

Re: advantages of mod_perl over java servlets

2004-08-10 Thread Xavier Noria
On Aug 10, 2004, at 21:28, Eric Lenio wrote: the reason I'm asking is because the client is really more attuned to the java hype/buzzwords that exists out there. having done just a smattering of java, I am somewhat at a loss as to tell them exactly why a perl solution is better. this client doe

Re: advantages of mod_perl over java servlets

2004-08-10 Thread Xavier Noria
On Aug 10, 2004, at 19:12, Xavier Noria wrote: On Aug 10, 2004, at 15:56, Eric Lenio wrote: I'm about to start work on a web application which will collect information from the user and return a document based on that information. I'm trying to point out the advantages of mod_p

Re: advantages of mod_perl over java servlets

2004-08-10 Thread Xavier Noria
On Aug 10, 2004, at 15:56, Eric Lenio wrote: I'm about to start work on a web application which will collect information from the user and return a document based on that information. I'm trying to point out the advantages of mod_perl over a solution based on Java servlet technology to my client

Re: GIF contents not "coming out"

2004-01-24 Thread Xavier Noria
On Jan 25, 2004, at 0:05, Stas Bekman wrote: Ged Haywood wrote: Hello there, On Sat, 24 Jan 2004, semuel wrote: you don't need to "\r\n\r\n". "\n\n" will do the job. According to the standard you should send both \r and \n. It is bad practice to play fast and loose with standards. http://www.w3.or

Re: using modules in if...else

2003-10-27 Thread Xavier Noria
El lunes, 27 octu, 2003, a las 11:04 Europe/Madrid, Mark Hawkes escribió: At 09:49 2003-10-27 +0600, you wrote: Hello! I have a problem and can't get it how to solve it. When I'm using 'use Module;' in if..elsif statement I've got situation when all modules is included. 'use' loads modules at co