Re: Slashdot | Help Test mod_perl 2 Release Candidates

2004-12-26 Thread Dan Brian
Stas My submission to /.org made it to the Apache section:
Stas  
http://apache.slashdot.org/apache/04/12/25/1414211.shtml? 
tid=145tid=2
Stas It's about asking to help testing the mp2-RCs.

Oh good.  Another place to post my use Apache2 considered harmful
rant...  
http://apache.slashdot.org/comments.pl?sid=133957cid=11186211
Thanks for pointing it out.
Oh good. Another place to read Randal's use Apache2 considered  
harmful rant... Thanks for pointing it out.

Is this considered a dead topic, or is there some consideration being  
given to the points he raises?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: mod_perl marketing

2004-12-01 Thread Dan Brian
I'm knee-deep in a start-up of my own ... starting, building 
Revolutionary Web-based Games. The project has gotten a fair deal of 
attention in angel and VC communities in San Francisco and New York, 
and is currently in an alpha development state. It's not a success 
story yet, but it will be next year.

We're using mp2 for all of our web interfaces. In my view, mp2 finally 
puts Perl to use for what it's really good at in web apps: NOT markup, 
but true MVC/MVP development. Perl's terse-ity in writing short, 
specific, and simple functional handlers (DB access, file manipulation, 
data conversions, etc.) that return XML or other data structs, 
processed by a filter with mod_xslt (superfast) or mp2 with 
XML::LibXSLT is, frankly, a dream. Apache2/mp2 puts the functional 
separation where, IMO, it belongs (the daemon), rather than where most 
of us have been trying to do it (in a single handler that does all its 
own processing, dispatching, throwing $r to and fro). In our system, 
other applications (Flash) need to access those same simple routines, 
and do so directly, so there's zero code duplication from the server 
standpoint.

- Dan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]