Hi,
I am getting error "Thread N terminated abnormally: invalid header received at /usr/local/lib/perl/5.10.1/MongoDB/Cursor.pm line 160." (N represents thread number) This happens when I uses multiple threads. But incase when I run my script without thread or single thread then it perfectly works fine. My thought says it has something to do with too many queries performed on mongoDB. Any suggestions.
Vinay