Hi all,
I'm developing an loopback application to get data using oracledb npm 
module from ORACLE and convert it to JSON format to be stored in MONGODB.
MONGODBis accessed using "loopback-connector-mongodb".
The data to be stored would be around for 100 collections as of for 100 
tables from ORACLE. 
I'm pushing data with http request row by row for the entire collection 
list from node server from my local application to another server 
application on remote machine using http-request through remote method call.

When the data write operation the remote machine application stops throwing 
an error showing "EMFILE error". 
 
I googled and some reference showed that it is because of the maximum 
number of opened files/sockets. Hence i tried disconnecting the DataSource 
for each request. Still i'm getting the same error.

Please help me on this!!

Thanks.

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/507d495f-aca4-48c0-8ebc-af6961624683%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to