Re: Some help needed with small multi-threaded program!

2010-05-17 Thread Bryan
Oltmans wrote: > I've a small multi-threaded program that is written by keeping > Producer-Consumer pattern in mind. [...] > Problem is that program sort of runs fine, however, it never > terminates itself and, more importantly, it doesn't print last-three > lines of the program(which is important

Some help needed with small multi-threaded program!

2010-05-17 Thread Oltmans
I've a small multi-threaded program that is written by keeping Producer-Consumer pattern in mind. In the Producer part of the program we create new users by doing a POST to a certain web URL whereas in the Consumer part of the program we try to login newly created users. Problem is that program sor