node.js - How to prevent blocked by JSON.stringify in nodejs? -


i wrote socket based server application accept json data many clients. when export large(over 20mb) data file after json.stringify, application blocked during stringify operation. so, want prevent blocking json.stringify. there library stringify without blocking? or how figure out?


Comments

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

clojure - 'get' replacement that throws exception on not found? -