Mailing List Archive

patch: app-server.pod (add Interchange)
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

C<Mason> (http://www.masonhq.com/) is a powerful Perl-based web site

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


-----
Bill McGonigle, Owner Work: 603.448.4440
BFC Computing, LLC Home: 603.448.1668
bill@bfccomputing.com Cell: 603.252.2606
http://www.bfccomputing.com/ Text: bill+text@bfccomputing.com
AIM: wpmcgonigle Skype: bill_mcgonigle


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org
Re: patch: app-server.pod (add Interchange) [ In reply to ]
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:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org
Re: patch: app-server.pod (add Interchange) [ In reply to ]
> 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
>

Hmm, that's a bit of an old link. This one is probably most instructive:
http://www.icdevgroup.org/cgi-bin/cvsweb/interchange/dist/src/mod_perl2/README?rev=1.2&content-type=text/x-cvsweb-markup

I originally wrote up the patch based on a friend telling me he was
running it under mod_perl (I'm not actually a user myself). This page
seems to indicate that only a part of the server is running under
mod_perl2, a conduit to marshal requests to an Interchange process
listening on a socket (which is apparently how many people run it).

So I'm not sure if that qualifies for inclusion in the page. The whole
thing isn't based on mod_perl, like e.g. Mason. Your call.

-Bill

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org
Re: patch: app-server.pod (add Interchange) [ In reply to ]
Bill McGonigle wrote:
>>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
>>
>
>
> Hmm, that's a bit of an old link. This one is probably most instructive:
> http://www.icdevgroup.org/cgi-bin/cvsweb/interchange/dist/src/mod_perl2/README?rev=1.2&content-type=text/x-cvsweb-markup
>
> I originally wrote up the patch based on a friend telling me he was
> running it under mod_perl (I'm not actually a user myself). This page
> seems to indicate that only a part of the server is running under
> mod_perl2, a conduit to marshal requests to an Interchange process
> listening on a socket (which is apparently how many people run it).
>
> So I'm not sure if that qualifies for inclusion in the page. The whole
> thing isn't based on mod_perl, like e.g. Mason. Your call.

We just want to keep that page limited to stuff that runs under mod_perl,
as you've now shown that it does, it was committed (will show up within 6
hours). Thanks Bill.


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

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org