I am facing problem in blackberry development. In my application I have to get images from the server, so i have to create a separate connection thread for each image i load from the server..but in doing so i am getting TooManyThreadsException..Any ideas regarding controlling the threads...
In blackberry an application can have maximum of 16 threads running concurrently...but i have to display more than 16 images at a time...