Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Cloud server for perl script

by Perlbotics (Archbishop)
on Aug 15, 2017 at 18:40 UTC ( [id://1197459]=note: print w/replies, xml ) Need Help??


in reply to Cloud server for perl script

Since it hasn't been mentioned yet, I've used openshift (RHEL 6) for a simple Perl based web-service. You can add cartridges for Perl (5.10. then), cronjobs, databases, etc. Registration and use of small resources is free (they have full access to your application of course).

If you need a modern Perl or i.e. Mojolicious, you can create your own DIY cardridges. I.e. OpenShift-DIY-Perl.

I am not sure, if arbitrary ports can be used (easily)?

You have ssh access to your server instance and can push new apps via git/ssh. Keep your application used frequently (once within 48hrs IIRC) though, otherwise it will be paused (hibernated?) and will need some seconds to restart, once you access it again.

Update (26-AUG-2017): Above refers to version 2 which will be discontinued after September 2017. Version 3 seems to support Perl 5.16 and newer as well as Dancer applications out of the box.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (7)
As of 2024-04-24 09:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found