Adam, Chandru thanks for the help, my receive handlers (from a spawn) were too generic and they were getting gen_call messages as you commented, sorry, newbie error. I will update the code on github for the multiview.
Norman On Mon, Aug 2, 2010 at 8:15 AM, Adam Kocoloski <[email protected]> wrote: > Hi Norman, it means that you tried to call erlang:byte_size/1 with an > argument that wasn't a binary. In this case it looks like you supplied a > message generated by a gen_server:call(). Best, > > Adam > > On Jul 30, 2010, at 4:50 PM, Norman Barker wrote: > >> Hi, >> >> I have set up a JMeter test script against couchdb and in particular >> the multiview I have set up, when 1 or more requests are concurrent I >> get >> >> [error] [<0.2406.0>] Uncaught error in HTTP request: {exit, >> {{badarg, >> [{erlang,byte_size, >> [{'$gen_call', >> >> I know this is a general questsion, but what does this mean in OTP? >> >> thanks, >> >> Norman > >
