Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Hosting #5

Closed
Rudloff opened this issue Sep 15, 2014 · 3 comments
Closed

Hosting #5

Rudloff opened this issue Sep 15, 2014 · 3 comments

Comments

@Rudloff
Copy link
Owner

Rudloff commented Sep 15, 2014

AllTube uses too much resources on my current hosting (it starts a lot of php and python instances) so I need to find a way to reduce the load or a better hosting.

@nodiscc
Copy link

nodiscc commented Nov 11, 2014

Hey @Rudloff I've asked about this on IRC, here are some suggestions I was given:

  • create a lock file when running a python process, if that lockfile exists, prevent other clients from spwaning more python processes (limits the number of simultaneous users)
  • Limit number of connections for a single IP (in the firewall) to prevent intentional DoS
  • Look into queuing systems like gearman

Hope it can help you to sort it out. This is probably not a problem for a small personal server though.

@Rudloff
Copy link
Owner Author

Rudloff commented Mar 8, 2015

Closing because we don't host it anymore.

@Rudloff Rudloff closed this as completed Mar 8, 2015
@Rudloff
Copy link
Owner Author

Rudloff commented Apr 12, 2015

We're back on a new hosting provider :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants