Bill McGonigle wrote:
Here's a patch for app-server.pod that adds a mention for Interchange, which runs under mod_perl in at least one of its modes.

This is my first patch, so lemme know if you need any changes.

-Bill

---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<-- -8<---

--- app-server.pod.orig Wed Jan 12 00:17:49 2005
+++ app-server.pod      Wed Jan 12 00:18:54 2005
@@ -103,6 +103,21 @@
 especially useful for creating HTML, including dynamic tables, form
 field processing, URL escaping/unescaping, session handling, and more.

+=head1 Interchange
+
+C<Interchange> (http://www.icdevgroup.org/) is a flexible, high
+performance application server that handles state management,
+authentication, session maintenance, click trails, filtering, URL
+encodings, security policy. It's made up of the following components:
+database abstraction layer, generic templating system, transaction
+routing rules, customer information object, universal localization
+scheme, security blackout definition, profiles, filters, search
+language, and session management.
+
+Some of Interchange's many modules are transaction management, pricing,
+personalization, payment processing, reporting, customer service, and
+search.
+
 =head1 Mason

Thanks Bill for the patch. Where exactly mod_perl kicks in here? I've searched the site and there is not a single mentioning of mod_perl. And the very first hit of maillist search gave me this:
http://www.icdevgroup.org/pipermail/interchange-users/2001-January/003879.html


------------
>Should mod_perl and mod_fastcgi be used?
>from what I've read they will speed up things considerably.

Actually neither of these will increase Interchange's performance. mod_perl...
------------

I can't see how this kind of project can fit into app-server.pod doc. Please explain.

Thanks.

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

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



Reply via email to