Explore >> Select a destination


You are here

thelastpickle.com
| | www.morling.dev
12.1 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....
| | wicki.io
12.2 parsecs away

Travel
| | A short compilation of some iOS & Android native build errors.
| | piotr.westfalewicz.com
10.0 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?
| | blog.ret2.io
107.5 parsecs away

Travel
| Axel '0vercl0k' Souchet recently open-sourced a promising new snapshot-based fuzzer. In his own words: "what the fuzz or wtf is a distributed, code-coverage ...