Mongodb : thread error -


i following error when follow code found in link : mongodb sample

referenceerror: scopedthread not defined (shell):1 

meaning should 1 of following or else :
a) write own wrapper in python or other prog lang
b) use scopedthread or other api (thread or threadpool etc)


just clarify : problem in mongo shell , not using mongo driver or other api outside of shell.


can on ?
tia

if still actual..

thread api may depend mongo version installed. tried thread in mongo 2.2 , didn't work. in mongodb version 2.4 threads work. think because new engine v8 introduced there.


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -