NAME
Apache2::ASP - ASP for Perl, reloaded.
WARNING - ALPHA SOFTWARE!
This software is still considered Alpha (or Pre-Beta) and should *NOT* yet be used for anything except for testing.
SYNOPSIS
1: use Apache2::ASP;
2: ???
3: Profit!!
DESCRIPTION
Apache2::ASP scales well and brought the ASP programming model to Perl in a more modern way.
This rewrite had a few major goals:
Master pages
Like ASP.Net has.
Partial-page caching
Like ASP.Net has.
Better configuration
The original config format was unsatisfactory.
Handle multiple VirtualHosts better.
Configuration was the root of this problem.
Better performance
Server resources were being wasted on unnecessary activities like storing session state even when it had not changed, etc.
BUGS
It's possible that some bugs have found their way into this release.
Use RT http://rt.cpan.org/NoAuth/Bugs.html?Dist=Apache2-ASP to submit bug reports.
HOMEPAGE
Please visit the Apache2::ASP homepage at http://www.devstack.com/ to see examples of Apache2::ASP in action.
AUTHOR
John Drago <jdrago_999@yahoo.com>
COPYRIGHT
Copyright 2008 John Drago. All rights reserved.
LICENSE
This software is Free software and is licensed under the same terms as perl itself.