Node sounds like a fit to me.

Why do you have workers?  Doesn't rails automatically use threads/processes
to allow multiple things to happen at once?  (I know nothing about how a
rails server works).

On Fri, Jun 22, 2012 at 12:32 PM, Radhames Brito <rbri...@techpark.com.do>wrote:

> I have a medium size application in Rails that is consuming lot of
> resources because it has to communicate with a SOAP web service, every
> time the application accesses the service is the processing of the
> request stops so i have to have start many instances to make the app
> respond quickly to the other clients,  i also have to start faye and
> several background workers.
>
> So is it a better idea to port this application to node.js (expressjs)
> and make async calls to the SOAP web service and update the clients
> via socket.io? What kind of issues should i be aware of?
>
> --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines:
> 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 post to this group, send email to nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
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 post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to