aspose file tools
The moose likes Threads and Synchronization and the fly likes producer/consumer Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Threads and Synchronization
Reply Bookmark "producer/consumer" Watch "producer/consumer" New topic
Author

producer/consumer

srijan sharma
Ranch Hand

Joined: Jan 24, 2001
Posts: 32
hi,
the folowing code does not give desired output...
it is from sun tutorial
// ******** storage class////////

regards
srijan
Srijan , Please use [ code] [/ code] tags to format your code. check up how to use these tags Here
[This message has been edited by Rahul Mahindrakar (edited January 31, 2001).]
deekasha gunwant
Ranch Hand

Joined: May 06, 2000
Posts: 396
Hi Srijan,
yes this program does not prints the put/got lines in proper order..can you give the exact url where on sun's site this program can be found?
reagrds
deeksha
srijan sharma
Ranch Hand

Joined: Jan 24, 2001
Posts: 32
hi deeksha,
the site is
http://java.sun.com/docs/books/tutorial/essential/threads/multithreaded.html
srijan
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: producer/consumer
 
Similar Threads
Producer Consumer question
How to request monitor info on/from a locked object
threads
threading access
Multithread program from khalid mughal