Slashdot Mirror


User: puffybsd

puffybsd's activity in the archive.

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

Comments · 3

  1. Sister's sound card doesn't work 98 after reinst on Linux's Achilles Heel Apparently Revealed · · Score: 1

    She had a hard disk go bad, bought a new one, thought she could just reinstall windows and be ok, didn't recognize here PCI cards - modem or sound. Don't be fooled.

  2. Empirical Evidence Suggests... on Death by Coffee? · · Score: 1

    Once I drank a jar of instant coffee in college and I got a huge boil on my back - but I got my project done!

  3. JMS - Second this on Do We Need Another OO RPC Mechanism? · · Score: 1

    and go as far as to say JMS would probably achieve exactly what you want to do, and using Java is a good idea. JMSExpiration, JMSPriority and JMSTimestamp are some of the header fields that might help with the time-sensitivity. In addition, JMS can provide some delivery guarantees, and persistence.
    Check out openjms:
    http://openjms.sourceforge.net/
    or the JBoss impl. for starts. Plus it's more fun that CORBA/DCOM/RMI.