Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: Multi tiered web applications in Perl

by adrianh (Chancellor)
on Oct 21, 2003 at 13:25 UTC ( [id://300904]=note: print w/replies, xml ) Need Help??


in reply to Re: Multi tiered web applications in Perl
in thread Multi tiered web applications in Perl

Implemented properly, you can make it fit the sort of model you are aiming for.

I didn't think Mason offered any direct support for separating business objects into a separate physical layer. I thought it all lived in the Apache process.

Am I missing something?

  • Comment on Re^2: Multi tiered web applications in Perl

Replies are listed 'Best First'.
Re: Re^2: Multi tiered web applications in Perl
by Anonymous Monk on Oct 22, 2003 at 10:38 UTC
    I didn't think Mason offered any direct support for separating business objects into a separate physical layer. I thought it all lived in the Apache process.

    Am I missing something?

    Yes. HTML::Mason is independent of apache. Sure it has great support to run on apache under mod_perl or cgi, but it doesn't require apache or any webserver.
      Yes. HTML::Mason is independent of apache. Sure it has great support to run on apache under mod_perl or cgi, but it doesn't require apache or any webserver.

      Yes, but does it have support for separating out business and presentation objects into separate physical layers?

      I understand that Mason can be used independently of a specific web server, but (unless I'm missing something - which is entirely possible) it's still oriented around a single process. It doesn't have direct support for half your mason application living in one process talking to the other half of your mason application living in another process.

      (I'm not saying Mason is bad, because it isn't. Just that it doesn't directly support this particular architectural model as far as I am aware.)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://300904]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (1)
As of 2024-04-25 00:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found