What is the best possible technology for pulling huge data from 4 remote servers

Posted by Habib Ullah Bahar on Stack Overflow See other posts from Stack Overflow or by Habib Ullah Bahar
Published on 2010-02-01T07:11:52Z Indexed on 2010/04/24 23:13 UTC
Read the original article Hit count: 264

Filed under:
|
|
|

Hello,

For one of our project, we need to pull huge real time stock data from 4 remote servers across two countries. The trivial process here, check the sources for a regular interval and save the update to database.

But as these are real time stock data of more than 1000 companies, I have to pull every second, which isn't good in case of memory, bandwidth I think.

Please give me suggestion on which technology/platform [We are flexible here. PHP, Python, Java, PERL - anyone of them will be OK for us] we should choose, it can be achieved easily and with better performance.

© Stack Overflow or respective owner

Related posts about real-time

Related posts about server-push