Slashdot Mirror


User: solarisguy

solarisguy's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. transactionality is hard on Open Source Database Clusters? · · Score: 5, Insightful

    For what it's worth, the commercial solutions are hard to setup, unstable and terribly difficult to maintain, and this is after a small fortune has been invested in making them work. Not to knock the open source solution, but it's hard to beleive that something that is infrequently used and difficult to understand will be truly production quality if you want to use it for money.

  2. Re:*Shrug* on Java Technology Demo Showcases Quake · · Score: 2, Insightful

    If you look, it's using OpenGL and the associated 3D drivers with it. There's nothing that prevents it from using 100% of the driver optimizations and hardware acceleration that is available to OpenGL.

  3. aspects for distributed operation on All-Purpose Distributed Computing · · Score: 1
    while it may be infeasible for a compiler or OS to do this for you automatically (at least today), aspect oriented programming may be a way to "weave" distributed operation into your code semi-painlessly. IIRC, there has been some work already done on using aspects for distributed computing.

    http://www.parc.xerox.com/spl/projects/ aop/

    The guys at Xerox have already developed aspect extensions to Java, which look to be quite powerful.