/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.claudiokuenzler.com
| | blog.yannickjaquier.com
16.5 parsecs away

Travel
| | Hive concatenate command we use to maintain good performance is not working as expected with Spark generated tables. What have we done to bypass
| | 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?
| | 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....
| | www.paulox.net
31.1 parsecs away

Travel
| A quick-start guide to create a web map with the Python-based web framework Django using its module GeoDjango, the PostgreSQL database with its spatial extension PostGIS and Leaflet, a JavaScript library for interactivemaps.