Search the web
Sign In
New User? Sign Up
ajug · Australian Java Users Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 7156 - 7185 of 7356   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7156
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...
Mark Mandel
n3ur0tic
Offline Send Email
Oct 2, 2008
1:40 am
7157
Thanks for that. I do note that the article is from 1998 ;o) Is it possible these things have changes since then? Mark ... -- E: mark.mandel@... W:...
Mark Mandel
n3ur0tic
Offline Send Email
Oct 2, 2008
2:35 am
7158
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...
Mark Mandel
n3ur0tic
Offline Send Email
Oct 2, 2008
2:48 am
7159
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...
Tate Jones
tate.jones
Offline Send Email
Oct 2, 2008
3:07 am
7160
... 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...
Tim Vernum
tvernum
Offline Send Email
Oct 2, 2008
3:48 am
7161
... But, realistically, has anyone ever had any real world problems with that? I'd imagine that yield is more likely to be different... Nick ...
Nick Lothian
nick_a_l
Offline Send Email
Oct 2, 2008
6:01 am
7162
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,...
Mark Mandel
n3ur0tic
Offline Send Email
Oct 2, 2008
10:53 am
7163
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...
Sam Ramsden
sramsden2
Offline Send Email
Oct 2, 2008
11:17 pm
7164
I am lowering the priority (to 3) and yielding. Mark ... -- E: mark.mandel@... W: www.compoundtheory.com...
Mark Mandel
n3ur0tic
Offline Send Email
Oct 2, 2008
11:49 pm
7165
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@...
Send Email
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...
Mark Mandel
n3ur0tic
Offline Send Email
Oct 20, 2008
9:16 pm
7167
Perhaps a quick performance assessment without the profiling option then one with it and there's your impact. _____ From: ajug@yahoogroups.com...
Greg Irvine
gregirvine
Offline Send Email
Oct 20, 2008
9:50 pm
7168
... 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...
Ben Stringer
zinctablet
Offline Send Email
Oct 21, 2008
1:46 am
7169
Ben, Thanks for that (and to the rest). That's pretty much the answer I was looking for. Mark ... -- E: mark.mandel@... W: www.compoundtheory.com...
Mark Mandel
n3ur0tic
Offline Send Email
Oct 21, 2008
2:15 am
7170
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....
Martin Paulo
martinpaulo10
Offline Send Email
Oct 23, 2008
10:06 am
7171
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
John Smart
mr_john_smart
Offline Send Email
Jan 20, 2009
8:39 pm
7175
Is there something wrong with this code: GregorianCalendar cal = new GregorianCalendar(); cal.set( Calendar.YEAR, 2009); cal.set( Calendar.MONTH,...
Chris Murphy
c_jmurphy
Offline Send Email
Jan 29, 2009
12:06 am
7176
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...
Nick Lothian
nick_a_l
Offline Send Email
Jan 29, 2009
12:25 am
7177
But surely getActualMaximum() is a call to get()? The fix ain't efficetive either: Calendar cal = Calendar.getInstance(); cal.set(Calendar.YEAR, 2009); for...
David Bullock
thunkmeister
Offline Send Email
Jan 29, 2009
12:29 am
7178
This works: Calendar cal = Calendar.getInstance(); cal.set(Calendar.YEAR, 2009); cal.set(Calendar.DAY_OF_MONTH, 1); cal.set(Calendar.MONTH, Calendar.FEBRUARY);...
Nick Lothian
nick_a_l
Offline Send Email
Jan 29, 2009
12:39 am
7179
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...
Nick Lothian
nick_a_l
Offline Send Email
Jan 29, 2009
12:40 am
7180
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",...
Martin Paulo
martinpaulo10
Offline Send Email
Feb 9, 2009
1:50 am
7181
The Early-Bird discounts for the upcoming Java Power Tools Bootcamps<http://www.wakaleo.com/training/java-power-tools-bootcamp>in ...
John Smart
mr_john_smart
Offline Send Email
Feb 11, 2009
10:16 pm
7182
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> ...
John Smart
mr_john_smart
Offline Send Email
Feb 22, 2009
3:25 am
7183
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...
Jimmy Zhang
jzhang_ximpl...
Offline Send Email
Feb 22, 2009
3:25 am
7184
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...
Martin Paulo
martinpaulo10
Offline Send Email
Mar 12, 2009
1:34 am
7185
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...
John Smart
mr_john_smart
Offline Send Email
Mar 15, 2009
7:32 am
Messages 7156 - 7185 of 7356   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help