Hi all, I've got a multithreaded process in my application code, which has a thread on it that can be quite 'selfish' (takes up a fair amount of resources when...
Yeah, it is for cross platform deployment. Windows/Linux on 1.4 -> 1.6 JVMs, so a wide variety. Looks like I will have to go with a 'sleep' command, I don't...
I believe yield() will act differently depending on the platform. http://www.mactech.com/articles/mactech/Vol.14/14.05/WritingJavaCross-Platform/index.html Try...
... It will, as will Thread.sleep. What you (Mark) will need to decide is (a) Do you want some thing that is guaranteed to work correctly according to the...
Thanks for your help guys! I've been testing with .yield() and so far, the results have been pretty good. I'm going to continue testing on various platforms,...
Hi all, Just trying to drum up some votes for a bug that's been open for a nearly a year.. So if you use IntelliJ IDEA and have noticed that "Shift-Tab no...
Just thought of another way you might be able to skin this cat. If you can break your processing up into a Producer/Consumer type pattern then you could link...
Craig Day
craig@...
Oct 6, 2008 4:12 am
7166
All, I'm looking at implementing the use of http://sizeof.sourceforge.net/ to do some profiling on a cache manager I've written. That being said, I need to...
... Hi Mark, Depends on a lot of factors, including how much instrumentation the agent performs. For profiling tools I have used, performance testing with and...
Hi I thought that some on this list might be interested in a competition I have just seen at the Jazoon website. It is aimed at developers aged 26 or younger....
Hi Folks, Sorry for the silence on the SJUG front, I've been a bit snowed under. We've got a great speaker lined up for NEXT TUESDAY NIGHT - Dave Thomas, who...
Brendan Humphreys
brendan.humphreys@...
Nov 17, 2008 11:45 pm
7172
Hi Folks, Just a reminder we've got a great speaker lined up for TOMORROW NIGHT - Dave Thomas, who many of you may have met when he was down earlier for JAOO,...
Brendan Humphreys
brendan.humphreys@...
Nov 23, 2008 11:49 pm
7173
Sorry for the spam, but a number of people have asked me: there is no need to RSVP for tomorrow's presentation. Nor do you need to be any member of any group...
Brendan Humphreys
brendan.humphreys@...
Nov 24, 2008 1:00 am
7174
Hi All, For anyone interested, there will be Java Power Tools Bootcamp<http://www.wakaleo.com/training/java-power-tools-bootcamp> sessions held this year in...
Yes, calling "set" will not cause the calendar to recompute the date: set(f, value) changes field f to value. In addition, it sets an internal member variable...
But surely getActualMaximum() is a call to get()? The fix ain't efficetive either: Calendar cal = Calendar.getInstance(); cal.set(Calendar.YEAR, 2009); for...
To be clear, the fix is to set the DAY_OF_MONTH to 1, and to call getTime() before calling getActualMaximum(..). Nick From: Nick Lothian Sent: Thursday, 29...
Hi all Enterprise Java are running an event this month that might be of interest to Java developers: It is titled "CLOUD COMPUTING AND THE DIGITAL ECONOMY",...
Hi All, Just a reminder that the Early-Bird discounts for the upcoming Java Power Tools Bootcamps <http://www.wakaleo.com/training/java-power-tools-bootcamp> ...
VTD-XML 2.5 is now released. Please go to https://sourceforge.net/project/showfiles.php? group_id=110612&package_id=120172&release_id=661376 to download the...
There has beens some talk about the possibility of a 'Down Under' gathering based on the JavaPosse Roundup format held in Crested Butte, Colorado. If you are...
Hi All, Just a reminder about the Java Power Tools Bootcamp<http://www.wakaleo.com/training/java-power-tools-bootcamp> sessions coming up in 2009, which...