Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

[OT] cloud hosting

by bigup401 (Pilgrim)
on Jul 17, 2020 at 20:25 UTC ( [id://11119464]=perlquestion: print w/replies, xml ) Need Help??

bigup401 has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: [OT] cloud hosting
by hippo (Bishop) on Jul 18, 2020 at 08:37 UTC

    Do you know of any that can't?

Re: [OT] cloud hosting
by perlfan (Vicar) on Jul 19, 2020 at 13:37 UTC
    There is No Silver Bullet, friend.

    You can serve 100k from a toaster if you architect your application properly. With that said, you'll eventually want to add more toasters so make it easy on yourself:

    • put your application behind haproxy or some other thing like varnishd
    • user a persistent framework like Dancer2 or Mojo
    • use a database proxy (haproxy seems to be defacto for postgres)
    • (caching tip 1) read-only indexers like Sphinx can make searches super fast
    • (caching tip 2) memcached or redis can provide super fast in-memory caching; each has their strengths are not mutally exclusive
    That's not complete, but give you some ideas. You have to build scaling into your application. It doesn't have to be complicated or cloud based, you just need to put all the pieces together in the right way. That said, any VPS provider would work fine.
Re: [OT] cloud hosting
by Marshall (Canon) on Jul 20, 2020 at 03:41 UTC
    You are asking the wrong forum about this.
    This forum can give unbelievably detailed answers about the Perl Language.
    A discussion about which web hosting service is better than another one doesn't seem to fit here.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (2)
As of 2024-04-26 05:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found