what i want to do is to combine the power of quartz with jvmti. basically, my plan is to use jvmti to monitor memory usage and base on that i will launch / execute process on que depending on its priority using quartz. i want each process to be done in a this-process-will-execute-this-amount-of-timeslice approach to prevent non responsiveness and be able to handle all the incoming java processes like web request.
i havent found a tutorial in this topic anywhere (there are minimal that i can find but not enough for a noob like me), this is a combination of c programming and java programming. what i have at the moment is netbeans ide with c/c++ plugin, though i am not done yet with mingw installation but i think i can handle this and also a reference material of jvmti from orasun.
can you guys guide me on what to do? tools? reference materials? existing similar projects that i can look / checkout with? i just want to speedup this one and if someone here has this similar experience, would share her / his experiences.
cheers!