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
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