Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Running multiple Raisin apps on a single Plack server

by cLive ;-) (Prior)
on Jan 27, 2022 at 17:14 UTC ( [id://11140903]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Plack::Builder;
    use RaisinApp1;
    ...
      mount '/app1' => RaisinApp1->new();
      mount '/app2' => RaisinApp2->new();
    };
    
  2. or download this
    my $app1 = some_scope_wrapper(sub { 
                 use Raisin::API;
    ...
               });
    
    # Raisin code won't work here...
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://11140903]
Approved by philipbailey
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (6)
As of 2024-04-19 03:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found