Home

Search results

"tag:programming"


Title and summary Date/time
1
PostgreSQL and Grails
I've been using grails for web applications for a while and my preferred database for these applications is PostgreSQL. Unfortunately recently I've run into a number of bugs when using Apache Shiro for security.
Oct 20, 2009
12:58:00 PM
2
Tomcat and JNDI
JNDI allows your application to look up resources provided to it by the server on which it is running. This article will show you how to provide databases and a mail server to your web applications under Tomcat.
Oct 17, 2009
12:27:00 PM
3
SysV Shared Memory Under Unix
An old blog that needed a new home. Shared memory is the fastest method of inter-process communication, IPC, available to a Unix process. It allows multiple processes to use the same data structures and regulate access to them based on rules ...
Oct 4, 2009
1:18:50 AM