Explore >> Select a destination


You are here

www.claudiokuenzler.com
| | www.morling.dev
15.3 parsecs away

Travel
| | The other day at work, we had a situation where we suspected a thread leak in one particular service, i.e. code which continuously starts new threads, without taking care of ever stopping them again. Each thread requires a bit of memory for its stack space, so starting an unbounded number of threads can be considered as a form of memory leak, causing your application to run out of memory eventually. In addition, the more threads there are, the more overhead the operating system incurs for scheduling the....
| | thelastpickle.com
11.9 parsecs away

Travel
| | One of the challenges of running large scale distributed systems is being able to pinpoint problems. It's all too common to blame a random component (u...
| | piotr.westfalewicz.com
20.2 parsecs away

Travel
| | This post will be about my journey with fixing nasty Cassandra Datastax C# driver problem, which took me a lot more time than expected... Can you guess the problem source?
| | valstar.dev
77.3 parsecs away

Travel
| I always prefer hosting my own projects on a simple server myself as that tends to be both cheap and flexible. And with Astro now bieng my static site generator of choice, lets go over how to host your site with TLS/SSL, a custom domain, redirects and the flexibility that comes with your own server.