One of my big complaints with Apache MINA is the high latency that’s incurred when sending data. MINA uses a set of I/O threads to handle reads and writes. This is typical of many non-blocking I/O frameworks.
Netty is much more clever than MINA. In Netty, when you make a call to send [...]
For a project at work, we were given a fairly interesting problem. We have a situation where the user is able to enter content using a in-browser WYSIWYG HTML editor. It works great. Fortunately there are a lot of great editors to choose from these days. The problem is that we [...]
I am researching asynchronous event-driven database access as part of my graduate school studies at Brigham Young University. I’m looking into implementing the MySQL protocol using Apache MINA to conduct some tests and measure performance/scalability differences compared to the JDBC driver provided my MySQL AB.
I got digging into the MySQL documentation and found their [...]
While working on AIOJ, I came across an issue with java.lang.Object.wait() and and calling java.lang.Object.notify() from a signal handler.
With POSIX AIO, there are two ways to receive notification that an I/O operation has completed. One is through a signal and the other is by calling a specified method in a temporary thread. When [...]
I haven’t had much of a chance to use Seam yet. I’m looking forward to it though. If for no other reason than a good friend of mine, Mike Youngstrom, wrote the Spring integration. He’s mentioned in The Server Side Seam 1.2GA announcement as well as in Gavin King’s blog. Way [...]
I published the performance matrix from our programming contest at work. The matrix isn’t complete at this time. I’ll be adding more results over time.
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Jun | ||||||
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 | ||||||