networking - Data transfer between servers -


assuming have 2 bunch of servers, first 1 dedicated front , other one, dedicated process information fronts. best way transfer data fronts process servers;

i tried different techs on small amount of data:

  • tried dump data files , retrieve them process servers... that's ok secure because never lose data, uses lot of disc write capacity.

  • also tried sockets cool

but sincerely still don't know best way treat huge data stream between servers.

can point me in right direction?

i best option use persistent queue, rabbitmq. way if receiving servers go down transfer not lost , transfer continue when receiving server pulls data off queue


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -