Re: Implementing FcFs queue with J2SE 5.0
"Veikka" <veikka@xxxxxxxxxx> burped up warm pablum in
news:dp3rsp$gti$1@xxxxxxxxxxxxxxxxxx:
> J2SE 5.0 has a lot's of new classes considering multithreading.
> What is the best class to implement queue in FirstComesFirstServed model?
>
J2SE 5.0 has a new Queue class. See
http://java.sun.com/j2se/1.5.0/docs/api/java/util/AbstractQueue.html for
details.
--
Sincerely,
Tris Orendorff
[Two antennae meet on a roof, fall in love and get married. The ceremony
wasn't much, but the reception was excellent.]
.
Relevant Pages
- Implementing FcFs queue with J2SE 5.0
... J2SE 5.0 has a lot's of new classes considering multithreading. ... What is the best class to implement queue in FirstComesFirstServed model? ... Any sample code arapund? ... (comp.lang.java.programmer) - Re: Multithreading in .NET CF
... BackgroundWorker class for the .NET CF that works with an input queue. ... I don't know people with the information I need, because either don't use .NET or because they have not learnt any multithreading basics. ... SPECIFICATIONS: ... It's because I'm doing a custom control that loads images in background when a path is specified. ... (microsoft.public.dotnet.framework.compactframework) - Multithreading in .NET CF
... I'm writing an implementation for something like the BackgroundWorker class for the .NET CF that works with an input queue. ... I don't know people with the information I need, because either don't use .NET or because they have not learnt any multithreading basics. ... I want a class that is able to process an input queue to generate an otput queue doing all the required operations in a separate thread. ... It's because I'm doing a custom control that loads images in background when a path is specified. ... (microsoft.public.dotnet.framework.compactframework) - RE: Multithreading in .NET CF
... BackgroundWorker class for the .NET CF that works with an input queue. ... use .NET or because they have not learnt any multithreading basics. ... It's because I'm doing a custom control that loads images in background ... (microsoft.public.dotnet.framework.compactframework) - Re: Multithreading and performance
... I realize now that eg using the Queue class would be more ... So multithreading the calculations won't give a big difference on a sigle CPU-single core system I ... (microsoft.public.dotnet.languages.csharp) |
|