Good morning|afternoon|evening,

I'm working on a custom news tracking nodejs api for web/android/chrome 
apps.  It starts with keywords, then builds a feed list from 
news.google.com and using readability-node and feed-reed npm modules to 
process the whole mess.  Once I got the kinks worked out of it i was ready 
to move the whole thing into its own thread to free up the server to take 
more incoming api requests.  A well keyword'ed search can reach up to 100 
articles a go, and this is just using google news, i have future plans to 
add in many other sources and recursive searches into wikipedia as well as 
other available databases.

the issue i'm running into is the code seems to just stop at a 
Article.findOne() mongoose call.  any and all console.log()'s never fire. 
 Is there some limitation?  http://jsapp.us/s/515 is a link to the code..

is there limitations in queuing and saves databases?  Am I using processes 
wrong?


-- 
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/3f56a7a8-ea31-4672-b061-781ff0fc2c90%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to