Results 1 to 2 of 2
Thread: Practicing Concurrency
- 06-21-2011, 03:05 AM #1
- Join Date
- Jan 2011
- Location
- Richmond, Virginia
- Posts
- 3,069
- Blog Entries
- 3
- Rep Power
- 7
Practicing Concurrency
This is one of those generic "looking for things to do" questions. I am currently reading Java Concurrency in Practice, and I am liking it, however; I am not sure of any good exercises to get some real practice.
Does anyone know of any good exercises from moderate difficulty + to use for learning threading in a practical sense?
Right now, I understand a bit about concurrency but feel like I would barely know how to do something practical with it.
- 06-21-2011, 03:27 AM #2
I did a project a while back that involved a slideshow I had on a website. The site had restrictions on the number of files I could post so I packed all the images together in a single file. The applet that read the file could detect the end of each image and create and display the image. While in the background another thread continued to read the file to get the next image. The connect speed was slow so there really was overlap between showing the image and reading in the image. Anyways it was a fun project.
Similar Threads
-
Practicing Java
By sumithra in forum New To JavaReplies: 4Last Post: 07-11-2010, 02:09 PM -
GUI Concurrency Problems
By jkhamler in forum Threads and SynchronizationReplies: 18Last Post: 01-20-2010, 03:40 PM -
Concurrency system, and threads.
By scarymovie in forum New To JavaReplies: 2Last Post: 03-05-2009, 02:20 AM -
concurrency question
By diggitydoggz in forum New To JavaReplies: 4Last Post: 01-17-2009, 03:48 AM -
A problem in practicing the array
By dl21 in forum New To JavaReplies: 2Last Post: 04-24-2008, 11:32 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks