New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Comments
Hbyula - NL: https://lowendtalk.com/discussion/197096/hybula-cloud-new-ryzen-9950x-anti-ddos-amsterdam-backups-bgp-giveaways/p1
Hostiko - UA : https://hostiko.com.ua/en/vps#ua-i9
AMD Ryzen 9950X (16c / 32t)
128GB DDR5 Memory
2 x 3.84TB NVMe SSD Storage
50TB Bandwidth (10 Gbps)
$249.99/month - 2 week ETA
https://advinservers.com/dedicated
If you're looking for VDS/VPS, we will have plans available in Miami shortly.
AMD Ryzen 9950X (1 vCPU)
Dedicated vCPU
6GB DDR5 Memory
128GB NVMe SSD
5TB Bandwidth (10 Gbps)
$8/month
This will be available in mid-September.
I’ve heard from top secret sources that @crunchbits has them but dosen’t want us to know
Any ETA for Nuremberg ?
For vps, it seems to be only Hybula as mentioned.
For dedis, ReliableSite @MrRadic has 6x 9950x dedi (3x in NYC and 3x in Los Angeles) on rapid deploy right now.
Hopefully more providers can get them.
Looks like @MechanicWeb has them too.
https://my.mechanicweb.com/announcements/86/Ryzen-9950X-Powered-VPS-and-Quasi-Dedicated-Server-in-Los-Angeles.html
Just curious, what do you use so much CPU power for?
Automate posting on LET
Idle, lol.
Run yabs to post on LET.
Hah, awesome.
But really? What do people need that much CPU power for? AI? Object modeling? Some real world examples would be cool to know.
In stock, instant setup and on sale. Lowest price in the world for the 9950x.
https://www.reliablesite.net/dedicated-servers/sale-dedicated-servers.aspx
Single threaded Node applications
Having the 9950X’s single core speed can be cheaper compared to rewriting the codebase to scale better
Or gaming servers, where scaling across servers can be impossible
so nodejs can't use multi threads?
what about python?
Single core apps (Very common due to complexity of writing good applications that exploit multiple cores)
LLM (Llama 3.1), 4K / 8K transcoding
AVX512
It can, but often it does not.
Look up worker threads for example.
I’m not sure about Python, I think Python’s multiprocessing module does it by having multiple processes with its own interpreter, unlike threading in Python that’s actually not true parallelism due to the global interpreter lock.
For me it would be for encoding x265.
WordPress sites.
Extended so much that you can’t really cache it or just haven’t?
Single-threaded Python applications would thrive on a 9950X, and if you've got that much grunt you probably wouldn't ever have to bother with the multiprocessing module
We have the new Ryzen 9XXX processors in our configurator.
Check it out here: https://manager.nuxoa.de/en/dedicated
Raw speed matters for heavy sites and dashboard user too.
Warm, clear, exclude, debug are always simpler with less cache layer.
Some extensions for example ultimate add-ons for elementor's ajax request would not work if the cache period is too long.
Cache plugin would cache Hebrew version which makes the website left and right reverse and could not be excluded.
Every once in a while I find that some themes and plugins are not compatible with redis object cache.
Many cache plugin simply exclude checkout page and user with woo cookie, the speed would be slow, reduced conversion rate.
...
Yeah. For what it’s worth I found RunCloud’s cache with their caching plugin the most robust. Very easy to exclude custom post types, trigger deletion of cache dynamically for certain pages on changes to other pages etc. Worked a lot better than anything else I’ve tried, literally the single reason I keep paying for it.