ethlo
  • My GitHub account
  • Developer Projects
  • My GitHub account
  • Developer Projects

Category: Ukategorisert

19. February 2019

Pit-falls of non-database locks in a transactional environment

Sometimes you are in a situation where you want really light-weight locks and not set pessimistic locks on the database level, aka SELECT foo FROM… Read more

morten
morten
0
8. January 2016

Migrating git repo to new server

Simple script to copy all branches and code from one repo to another. Use at your own risk! =) migrate.sh

morten
morten
0
5. January 2016

Waiting for transaction propagation

In the land of traditional ACID DBs, I often encounter code that is trying to collaborate with som external system using a queue or notification… Read more

morten
morten
0
30. January 2013

Spring DefaultKeyGenerator gotcha

To speed things up I had applied the excellent @Cacheable annotation to a service method in our application (don’t miss the excellent performance analysis here, btw). However I… Read more

morten
morten
0
All content copyright Morten Haraldsen.
All rights reserved.
Our website use cookies. If you continue to use this site we will assume that you are happy with this.