Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^3: Help me fill a gap in my server-side knowledge?

by Shuraski (Scribe)
on Jan 26, 2013 at 14:30 UTC ( [id://1015492]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Help me fill a gap in my server-side knowledge?
in thread Help me fill a gap in my server-side knowledge?

Yes in Catalyst you can assign different ports to each service you want to run. So you can run multiple websites off the same server.

You start up your service like this:

$ script/yourapp_server.pl -p [port_goes_here]
Catalyst defaults to port 3000.

Replies are listed 'Best First'.
Re^4: Help me fill a gap in my server-side knowledge? (sockets and port)
by Anonymous Monk on Jan 27, 2013 at 10:15 UTC

    Yes in Catalyst you can assign different ports

    In sockets, ports being a feature of socket, they can all do it, dancer, catalyst, anything socket based

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-25 05:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found