Problem hosting static content for my plugins
Re: Problem hosting static content for my plugins
No it would only require that the server operator did download them to the server and keep that updated.
Client:
OS: Win10/Debian CPU: Intel 9900k GPU: NVIDIA 1080TI Display: 3x Acer Predator XB271HUbmiprz 1440p@165 Hz
Server:
OS: Debian Stable @ Backports Kernel CPU: Intel 6700k RAM: 32 GB Storage: 2x 256 GB NVMe SSD@Raid 1
OS: Win10/Debian CPU: Intel 9900k GPU: NVIDIA 1080TI Display: 3x Acer Predator XB271HUbmiprz 1440p@165 Hz
Server:
OS: Debian Stable @ Backports Kernel CPU: Intel 6700k RAM: 32 GB Storage: 2x 256 GB NVMe SSD@Raid 1
Re: Problem hosting static content for my plugins
Well, that could be done by UASECO itself (if it has writing rights).
But afaik file:// is clientside only :/
But afaik file:// is clientside only :/
- toffe
- Posts: 782
- Joined: 15 Jun 2013, 10:57
- Manialink: maniaflash?toffe
- Location: The Netherlands
- Contact:
Re: Problem hosting static content for my plugins
Thats why I didn't saw the icons today on a server.
Are you using the http caching standards? (Or is it even working in MP).
Maybe we could set up a mirror clustering system. I can donate traffic, but not everything I think. Or is it possible to split it up in few categories?
Toffe
Are you using the http caching standards? (Or is it even working in MP).
Maybe we could set up a mirror clustering system. I can donate traffic, but not everything I think. Or is it possible to split it up in few categories?
Toffe
ManiaCalendar: http://maniacalendar.com / manialink
ManiaCDN: topic
PyPlanet: Python Server Controller
ManiaCDN: topic
PyPlanet: Python Server Controller

Re: Problem hosting static content for my plugins
That's what I'm currently planing. Just thinking about a possible solution, which is easy to use and efficient. Maybe not just for UASECO, there's a lot more static content, called by dynamic php scriptstoffe wrote:Maybe we could set up a mirror clustering system

Re: Problem hosting static content for my plugins
we could mirror like debian https://www.debian.org/mirror/ftpmirror and than list everybody who wants to donate bandwith in static.undef.name via round robin
undef could check from time to time via a script if the files are avaible at the mirrors and remove the mirror if not.
undef could check from time to time via a script if the files are avaible at the mirrors and remove the mirror if not.
Client:
OS: Win10/Debian CPU: Intel 9900k GPU: NVIDIA 1080TI Display: 3x Acer Predator XB271HUbmiprz 1440p@165 Hz
Server:
OS: Debian Stable @ Backports Kernel CPU: Intel 6700k RAM: 32 GB Storage: 2x 256 GB NVMe SSD@Raid 1
OS: Win10/Debian CPU: Intel 9900k GPU: NVIDIA 1080TI Display: 3x Acer Predator XB271HUbmiprz 1440p@165 Hz
Server:
OS: Debian Stable @ Backports Kernel CPU: Intel 6700k RAM: 32 GB Storage: 2x 256 GB NVMe SSD@Raid 1
- toffe
- Posts: 782
- Joined: 15 Jun 2013, 10:57
- Manialink: maniaflash?toffe
- Location: The Netherlands
- Contact:
Re: Problem hosting static content for my plugins
Round robin would be fine for now I think.TheBigG. wrote:we could mirror like debian https://www.debian.org/mirror/ftpmirror and than list everybody who wants to donate bandwith in static.undef.name via round robin
undef could check from time to time via a script if the files are avaible at the mirrors and remove the mirror if not.
Anyway.. Is there need of emergency hosting right now? And is it already on seperate domain?
Toffe
ManiaCalendar: http://maniacalendar.com / manialink
ManiaCDN: topic
PyPlanet: Python Server Controller
ManiaCDN: topic
PyPlanet: Python Server Controller

Re: Problem hosting static content for my plugins
Basicly good, but we should also care about windows compatibilityTheBigG. wrote:we could mirror like debian https://www.debian.org/mirror/ftpmirror and than list everybody who wants to donate bandwith in static.undef.name
(since there are still some guys believing windows is a allround-perfect system, which it isn't)
I think Round Robin is not the right choice. We should rely on each hosters serverload etc.TheBigG. wrote:via round robin
Agree, good ideaTheBigG. wrote:undef could check from time to time via a script if the files are avaible at the mirrors and remove the mirror if not.
- toffe
- Posts: 782
- Joined: 15 Jun 2013, 10:57
- Manialink: maniaflash?toffe
- Location: The Netherlands
- Contact:
Re: Problem hosting static content for my plugins
I think that HTTP Redirecting could also be used for balancing it as a sort of mirror system.
There should be one main server that receives the requests. Will determinate the mirror server randomly or something. Then send a http redirect response.
Only problem is that the client should implement the follow on the redirect. This needs to be tested.
If this works there need to be a system for this. Can be made pretty simple and fast I think. And be extended with mirror online/offline check stuff later I think.
Toffe
There should be one main server that receives the requests. Will determinate the mirror server randomly or something. Then send a http redirect response.
Only problem is that the client should implement the follow on the redirect. This needs to be tested.
If this works there need to be a system for this. Can be made pretty simple and fast I think. And be extended with mirror online/offline check stuff later I think.
Toffe
ManiaCalendar: http://maniacalendar.com / manialink
ManiaCDN: topic
PyPlanet: Python Server Controller
ManiaCDN: topic
PyPlanet: Python Server Controller

Re: Problem hosting static content for my plugins
everything else is not practicalaskuri wrote:I think Round Robin is not the right choice. We should rely on each hosters serverload etc.TheBigG. wrote:via round robin
undef would have to host his dns himself and run some software to measure the load of the servers, that would add load to his server, also i don't think everybody would be fine with publish the server load to undef.
a single point of failure is not the best idea i think.toffe wrote:I think that HTTP Redirecting could also be used for balancing it as a sort of mirror system.
There should be one main server that receives the requests.
Client:
OS: Win10/Debian CPU: Intel 9900k GPU: NVIDIA 1080TI Display: 3x Acer Predator XB271HUbmiprz 1440p@165 Hz
Server:
OS: Debian Stable @ Backports Kernel CPU: Intel 6700k RAM: 32 GB Storage: 2x 256 GB NVMe SSD@Raid 1
OS: Win10/Debian CPU: Intel 9900k GPU: NVIDIA 1080TI Display: 3x Acer Predator XB271HUbmiprz 1440p@165 Hz
Server:
OS: Debian Stable @ Backports Kernel CPU: Intel 6700k RAM: 32 GB Storage: 2x 256 GB NVMe SSD@Raid 1
Re: Problem hosting static content for my plugins
I think yes because undef.name and static.undef.name gives for everything 403 instead of contenttoffe wrote: Anyway.. Is there need of emergency hosting right now?
Toffe

Client:
OS: Win10/Debian CPU: Intel 9900k GPU: NVIDIA 1080TI Display: 3x Acer Predator XB271HUbmiprz 1440p@165 Hz
Server:
OS: Debian Stable @ Backports Kernel CPU: Intel 6700k RAM: 32 GB Storage: 2x 256 GB NVMe SSD@Raid 1
OS: Win10/Debian CPU: Intel 9900k GPU: NVIDIA 1080TI Display: 3x Acer Predator XB271HUbmiprz 1440p@165 Hz
Server:
OS: Debian Stable @ Backports Kernel CPU: Intel 6700k RAM: 32 GB Storage: 2x 256 GB NVMe SSD@Raid 1
Who is online
Users browsing this forum: No registered users and 1 guest