I've got a question about mixing multithreading and recursive methods alltoghether. Let's say, you work with objects in your threads which have some recursive methods. Is there any chance for stackoverflow exceptions? To be frank, I've wrote a shop simulation, where i'm using only one recursive method for genereting unique id's and i'm reciving stackoverflow exception after about 1 minute. Have you ever had the same problems or I'm the first? :(
Thanks in advance :)