dsoguy.blogspot.com
DSO Guy: Local Caching++
http://dsoguy.blogspot.com/2011/04/biggest-problems-in-local-caching.html
Random thoughts about Software and other stuff. Wednesday, April 20, 2011. Ok, so you've built your application in Java. You've used all the usual tools. Tomcat, Spring, Ehcache. Etc Or maybe you went the JRuby. You find your application has:. 40 DB tables in Hibernate that can be cached. A user session cache. Then it hits you. Caching is easy but cache tuning is hard. What Makes Cache Tuning Hard? Indirect knobs/Bytes vs Count/TTL. Who Tunes and When? These are the challenges we are working to solve in ...
dsoguy.blogspot.com
DSO Guy: Easy Java Performance Tuning: Manage Objects By Size On The Java Runtime Heap
http://dsoguy.blogspot.com/2011/07/easy-java-performance-tuning-manage.html
Random thoughts about Software and other stuff. Monday, July 11, 2011. Easy Java Performance Tuning: Manage Objects By Size On The Java Runtime Heap. For those of you who use caching with things like Hibernate. How do you even begin to figure out how many entries to allow in each Hibernate cache. When you have a hundred of them? What if things change and objects get bigger, or smaller. What if you change your heap size and/or usage patterns? You've Gotta Try This. With Ehcache 2.5 Beta1. Http:/ forums...
dsoguy.blogspot.com
DSO Guy: August 2011
http://dsoguy.blogspot.com/2011_08_01_archive.html
Random thoughts about Software and other stuff. Monday, August 01, 2011. One of the biggest challenges in software is telling people what your software is in a way that helps them make decisions about it. This challenge can often be as difficult as designing and building the software itself. The Terracotta. Team recently hooked up with the gang from Epipheo. Links to this post. Subscribe to: Posts (Atom). I work for Metamarkets www.metamarkets.com. View my complete profile. Http:/ www.ehcache.org.
dsoguy.blogspot.com
DSO Guy: What Is Terracotta?
http://dsoguy.blogspot.com/2011/08/what-is-terracotta.html
Random thoughts about Software and other stuff. Monday, August 01, 2011. One of the biggest challenges in software is telling people what your software is in a way that helps them make decisions about it. This challenge can often be as difficult as designing and building the software itself. The Terracotta. Team recently hooked up with the gang from Epipheo. Thanks for posting this. Subscribe to: Post Comments (Atom). I work for Metamarkets www.metamarkets.com. View my complete profile.
dsoguy.blogspot.com
DSO Guy: March 2011
http://dsoguy.blogspot.com/2011_03_01_archive.html
Random thoughts about Software and other stuff. Thursday, March 24, 2011. What" "When" and "Where" . Quartz Scheduler 2.0 Goes GA. Is The Lightweight, Open Source, Enterprise-class Job Scheduler. Terracotta has done a number of incremental improvements since taking over stewardship of Quartz. We've been evolving Quartz one step at a time while collecting what features the Quartz community were really interested in. Quartz 2.0 is the realization of those user requested features! What" "When" and "Where".
dsoguy.blogspot.com
DSO Guy: December 2010
http://dsoguy.blogspot.com/2010_12_01_archive.html
Random thoughts about Software and other stuff. Wednesday, December 15, 2010. Ehcache To The Rescue (Comic Strip). Working on a product that has as much adoption as Ehcache. In the coming release we are adding Search, Local Transactions and an even better BigMemory. We've been regularly testing with 2 billion entries in memory with linear, predictable, fast, performance but that's another blog) and we want people to know about this stuff, try it, and give feedback so we can constantly make it better.
dsoguy.blogspot.com
DSO Guy: July 2011
http://dsoguy.blogspot.com/2011_07_01_archive.html
Random thoughts about Software and other stuff. Monday, July 11, 2011. Easy Java Performance Tuning: Manage Objects By Size On The Java Runtime Heap. For those of you who use caching with things like Hibernate. How do you even begin to figure out how many entries to allow in each Hibernate cache. When you have a hundred of them? What if things change and objects get bigger, or smaller. What if you change your heap size and/or usage patterns? You've Gotta Try This. With Ehcache 2.5 Beta1. Http:/ forums...
dsoguy.blogspot.com
DSO Guy: February 2011
http://dsoguy.blogspot.com/2011_02_01_archive.html
Random thoughts about Software and other stuff. Monday, February 14, 2011. Quick 5:41 Intro To Ehcache Search (Now GA). Went GA today. Still lightweight (under 1MB) and still backward compatible to 1.x so no reason not to give it a try. Below are the highlights and a short video on getting started with Ehcache Search:. Brand new search API. Allows one to get beyond the key based lookup of objects ( Check out this sample. Links to this post. Subscribe to: Posts (Atom). View my complete profile.
dsoguy.blogspot.com
DSO Guy: Exciting Times... Terracotta and Software A.G.
http://dsoguy.blogspot.com/2011/05/exciting-times-terracotta-and-sag.html
Random thoughts about Software and other stuff. Sunday, May 22, 2011. Exciting Times. Terracotta and Software A.G. Exciting times over here at Terracotta. Read all about it:. Http:/ www.softwareag.com/corporate/company/terracotta.asp. Http:/ blog.terracottatech.com/2011/05/terracotta joins software ag.html. This is great news for Ehcache, Quartz, and Terracotta customers and communities! Subscribe to: Post Comments (Atom). I work for Metamarkets www.metamarkets.com. View my complete profile.
dsoguy.blogspot.com
DSO Guy: November 2010
http://dsoguy.blogspot.com/2010_11_01_archive.html
Random thoughts about Software and other stuff. Monday, November 29, 2010. Quartz Scheduler 2.0 Beta 1 Welcomes New Fluent API and "Where". The most widely used Java scheduler is getting some major improvements for 2.0. I'm going to talk a little about what to expect but you can also read the release notes here. We had two major goals when planning for Quartz 2.0 began. Simplify/modernize the Quartz API. Improve the Quartz experience when leveraging a cluster. Quart 2.0 API. The construction now reads mo...