http://www.perlmonks.org?node_id=1069459

vinaybond has asked for the wisdom of the Perl Monks concerning the following question:

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
  • Comment on invalid header received at /usr/local/lib/perl/5.10.1/MongoDB/Cursor.pm line 160.

Replies are listed 'Best First'.
Re: invalid header received at /usr/local/lib/perl/5.10.1/MongoDB/Cursor.pm line 160.
by ww (Archbishop) on Jan 06, 2014 at 12:40 UTC

    ... and a minimal example of the code that exhibits this behavior is ...
                where?

    Your supposition about the problem may be valid, but it's very hard to help you solve it without knowing more, such as 'is N the highest active thread?'
    If I've misconstrued your question or the logic needed to answer it, I offer my apologies to all those electrons which were inconvenienced by the creation of this post.