Slashdot Mirror


User: lamecoffee

lamecoffee's activity in the archive.

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

Comments · 1

  1. Decouple jvm and mysql on MySQL Gets Functions in Java · · Score: 1
    Might be a nice idea for stability to decouple the java feature and the core dbms with a nice corba interface, to avoid crashing the database service by triggering jvm flaws. Otherwise some macro defined as
    package badjava; public class KillBar { public static String exec(String[] args) { sun.misc.MessageUtils.toStdout(null); } }
    and called via
    SELECT judf("badjava/KillBar") FROM foo
    might be a bit harmful !