tags:

views:

12

answers:

0

I am thinking of writing a tool on Linux that will have to process a fair amount of data and was wondering if using soap to centralize the service would be a good idea.

I have 10 - 15 servers that will be sending the soap service about 1 Gig of data and will have to be sent back 2 gigs with probably about 30 mins of processing time.

The idea is that it will be much easier to just have one uniform way for all these server to send and receive data to be processed since each sever has different services built with different languages and i dont fancy writing the same app in php and c.

any suggestions on the best soap server tools for c in linux as well we have used gsoap in the past.