1
vote
0answers
96 views

Java blocking on multiple queues [migrated]

I'm not a very experienced Java programmer, so forgive me if this is a bit of a newbie question. I'm designing a system that consists broadly of 3 modules. A client, a server and an application. ...
2
votes
2answers
383 views

How to increase the efficiency of an Immutable Queue in java?

I have been developing an Immutable queue in java, but the version I have developed is supposedly slow and I have been suggested to create a faster version of the same and I have no idea as to how to ...