Search the web
Sign In
New User? Sign Up
javajousters · Java Algorithms Challenges Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 512 - 541 of 833   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
512
The April 2004 JROBOTS Challenge starts now http://jrobots.cfxweb.net Remember that you can send your robots even in the course of the challenge, so you're...
Leonardo Boselli
javajousters
Offline Send Email
Apr 3, 2004
11:19 am
513
hello, I reported some time ago that jrobots was incredibly slow on the systems i have access to. Yesterday, i wanted to improve that poor robot i've done ...
psycle_bohan
Offline Send Email
Apr 4, 2004
1:51 pm
514
hello, I reported some time ago that jrobots was incredibly slow on the systems i have access to. Yesterday, i wanted to improve that poor robot i've done...
psycle_bohan
Offline Send Email
Apr 4, 2004
1:57 pm
515
... That's good. ... That's bad. ... Yes multi-threading on Linux is not good. ... Why do you believe this will help?...
Scott Palmer
scott.palmer@...
Send Email
Apr 4, 2004
11:19 pm
516
... Ok, i just find it strange that this is reported as consuming cpu. I thought it would just release the cpu immediatly. ... libgcj can actually interpret...
psycle_bohan
Offline Send Email
Apr 5, 2004
2:46 pm
517
... Ok, i just find it strange that this is reported as consuming cpu. I thought it would just release the cpu immediatly. ... libgcj can actually interpret...
psycle_bohan
Offline Send Email
Apr 5, 2004
3:11 pm
518
... I may have been to quick to respond, but I don't think that means it is consuming CPU at all. It means that it is waiting there to get the CPU back from...
Scott Palmer
scott.palmer@...
Send Email
Apr 5, 2004
3:12 pm
519
(Sending this post another time, because it's been hours i've posted it, and it still doesn't appears on the group) ... Right, i don't know where the problem...
psycle_bohan
Offline Send Email
Apr 5, 2004
8:40 pm
520
(quoting myself) ... PS: Actually, X Window, which runs with a higher priority than other processes still handle the mouse movements, but it sometimes freeze...
psycle_bohan
Offline Send Email
Apr 5, 2004
8:47 pm
521
... Right, i don't know where the problem is. But if it's not the fault of the JVM or the way jrobots manage the threads, then what is it? I have no clue. It's...
psycle_bohan
Offline Send Email
Apr 5, 2004
11:36 pm
522
Grep the JRobots code for setPriority. It has been a while since I've looked at it, but I think you will find a spot that sets the thread priority for each...
Scott Palmer
scott.palmer@...
Send Email
Apr 6, 2004
1:08 am
523
... If it is the way jrobots manages threads then simply rewriting it in C/C++ shouldn't change that. I'm pretty sure that the Sun VM on Linux uses native...
Scott Palmer
scott.palmer@...
Send Email
Apr 6, 2004
6:02 am
524
Hi all At the moment don't have time (or interest) enough to study the threading problems in JRobots but since i have been working with very time critical real...
Kristian Rapp
krippepippe
Offline Send Email
Apr 6, 2004
2:03 pm
525
Some correction about Linux 2.6.3 from the previous post (if they ever appears in the order i send them, which is rare) ############## # Linux 2.6.3 with...
psycle_bohan
Offline Send Email
Apr 6, 2004
4:02 pm
526
... I agree that JRobots would benefit from this. I tried such an approach a couple of years ago, with some success. The approach seemed sound, and it worked...
Alan Lund
zeke3099
Offline Send Email
Apr 6, 2004
4:03 pm
527
With MS's applet viewer, there are 2 problems 1) the initial size of the window reduced to "zero". 2) the applet crashes after the first match is done....
psycle_bohan
Offline Send Email
Apr 6, 2004
4:05 pm
528
... in ... the ... Indeed. Browsing the net, I came accross some discussions about what system calls the various thread management methods in java should be...
psycle_bohan
Offline Send Email
Apr 6, 2004
4:17 pm
529
What this shows is is that a context switch is (very) expensive. Without yeild() a context switch will happen much less often. The yeild() calls simply provide...
Scott Palmer
scott.palmer@...
Send Email
Apr 6, 2004
4:25 pm
530
... before ... the one ... it to ... priority. ... Hmm, if i'm not missing something, the only thing that we must ensure is that during a fixed period of our...
psycle_bohan
Offline Send Email
Apr 6, 2004
5:47 pm
531
... This is where I disagree. I don't think we can rely on the OS. For one thing, the granularity of the steps matters. If it is too much then robots will...
Scott Palmer
scott.palmer@...
Send Email
Apr 6, 2004
7:57 pm
532
Hello everyone! I'm new in java programming and in java challenges, but i'm doing my best to learn as quick as I can. I want to ask you a question. When I...
the_netknight
Offline Send Email
Apr 23, 2004
12:10 am
533
... Hi, i think (haven't checked, tho) that the vscan method returns a null pointer when there's is no robot detected by the scanner beam. In this case, this...
psycle_bohan
Offline Send Email
Apr 23, 2004
1:49 pm
534
... Thank you very much. You were right, the result of vscan is null when no enemy found....
the_netknight
Offline Send Email
Apr 23, 2004
6:16 pm
535
The April 2004 JROBOTS Challenge ends now! The official results will be published on wednesday, April 28th http://jrobots.cfxweb.net This month there are good...
Leonardo Boselli
javajousters
Offline Send Email
Apr 24, 2004
4:46 pm
536
From: "psycle_bohan" Sent: Friday, April 23, 2004 3:49 PM Subject: [javajousters] Re: Error with JJVector... Thank you psycle_bohan for answering! It seems...
Leonardo Boselli
javajousters
Offline Send Email
Apr 24, 2004
6:18 pm
537
... Ouch, indeed, i didn't think it would somewhat break the display layout of the applet when i uploaded this. sorry about this. i didn't notice anything...
psycle_bohan
Offline Send Email
Apr 24, 2004
7:40 pm
538
... robots ... used ... I have noticed the same too. Is there any way to recover the results? What happened? Suddenly all the ranks in cadets league seems to...
Angsuman Chakraborty
angsuman
Offline Send Email
Apr 25, 2004
1:00 pm
539
From: "psycle_bohan" Sent: Saturday, April 24, 2004 9:40 PM Subject: [javajousters] Re: robots'name ... I don't think it's a problem of Alan's "Watch", but a...
Leonardo Boselli
javajousters
Offline Send Email
Apr 25, 2004
3:45 pm
540
As I already said in a previous news, this month there are good news: We see another triple-victory in the Veterans' League, but this time the triple winner is...
Leonardo Boselli
javajousters
Offline Send Email
Apr 28, 2004
3:25 pm
541
... It's amazing!!! Congratulations to Caos! Imo, this is actually not a good news for other players ;-) as, now it 's going to be even more "impossible" to...
psycle_bohan
Offline Send Email
Apr 28, 2004
3:53 pm
Messages 512 - 541 of 833   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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