Patrick
| Recent Blog Entries |
||
|---|---|---|
|
1
|
Asynchronous responses in Rack
Rack is an interface for Ruby components accepting and responding to HTTP requests synchronously. Though there is not an official Rack spec for asynchronous responses, Rack servers such as Rainbows! and Thin provide an asynchronous interface for ... |
Apr 15, 2012 |
|
2
|
Bundler searches an NP-complete problem
The dependency resolution algorithm used in bundler (up to at least version 1.1) attempts an exhaustive search (using backtracking or backjumping) of what is an NP-complete problem. In most cases, a solution is found quickly. But in some real-world ... |
Mar 7, 2012 |
|
3
|
Deploying Sonar to JBoss AS7
Sonar does not officially support the JBoss AS7 application server / servlet container (or any JBoss version). By default, JBoss's JPA modules notice the persistence.xml file in sonar-core-2.13.1.ja... |
Feb 26, 2012 |
|
4
|
Example JRuby Extension in Java
Simple example of writing a JRuby extension in Java. |
Apr 10, 2010 |
