Skip to content

Instantly share code, notes, and snippets.

@Discipe
Discipe / gist:5a3e4122d7ef8bd9d9d27ac5f088b670
Created August 10, 2016 11:19
Play framework System.load() stack dump
2016-08-10 14:14:51
Full thread dump Java HotSpot(TM) 64-Bit Server VM (25.92-b14 mixed mode):
"application-akka.actor.default-dispatcher-6" #76 prio=5 os_prio=0 tid=0x000000005b67c000 nid=0x1ffc waiting on condition [0x000000006a4ff000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000ecf7aed8> (a akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinPool)
at scala.concurrent.forkjoin.ForkJoinPool.scan(ForkJoinPool.java:2075)
at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
@Discipe
Discipe / Day 1.md
Last active August 29, 2015 14:09 — forked from gangstead/Day 1.md

Friday 11/14/14

notes by Steven Gangstead

Rapture Art of One-liner - Jon Pretty @propensive

rapture.io -collection of libraries for scala

jawn json parser. Quicker than Jackson, and I guess Jackson must normally be considered the quickest.

My thoughts: Awesome talk. Look into rapture, looks useful. Jon is smart.