Monthly Archives: August 2009

Scaling Enterprise Applications and all that jazz: Terracotta, GigaSpaces, and Azul

I like scaling and the architectures that attempt to solve those issues. Below I tried to bullet point 3 prominent players in this area, all solving scaling problems with different architectures at different levels. Terracotta 3.1 Clustering JVM using Network attached Memory Only the field-level changes are sent over the network Uses TCP to communicate within cluster Open Source and recently [...]
Posted in Scalability, Terracotta | Tagged , , , , , | 3 Comments

Discovered Quercus

Scalability, security, pooling, long lived connections , container services in general are all aspects where Java has a lot to offer. PHP on the other side is good for fast development cycles with a low maintenance infrastructure, request response orientend with not so much support for long lived connections, caching etc. Read the full post [...]
Posted in Scalability, java, php | Tagged , , | 2 Comments

Copyright reloaded

I found this article recently. Quite funny the copyright symbol designer sues e.g. RIAA for using his artwork whereas RIAA itself sees itself something like the holy grail of copyright. Permanent link to this post (31 words)
Posted in Distractions | Tagged | Leave a comment

FB Series: AJAX & Facebook debugging

The php facebook client has a nice setting to track the different http calls between your app and facebook. You can enable this with: $GLOBALS['facebook_config']['debug'] = true; This will actually insert some script code to the header of every page served, in order to render the tracking code, if there is something to render: Read the full post [...]
Posted in debugging, facebook | Tagged , | 2 Comments