hi every body can any one tell me how to connect two computer which is not runnin the same os means how to connect a computer which running linux to a computer which is running windows ,or more technically how to make a hitrogenous cluster or cluster with diffrent hardware or different operating Systems. if any body know any thing about it please tell me i 'll be thankfull to you for this .
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Two fundamental requirements here:
There's a long history of folks devising communication mechanisms, proprietory and open. These days Web Services are so widely available I would start with them. For implementation, it's clearly possible to write an implementation on each platform, in whatever language feels best on that platform, C# here, C++ there. But that's really making life hard, so it's by far best to write portable implementations. That's technically possible in many languages, C, PHP, Ruby etc. My current skill-set is Java, so I'd be using that. Java web Service frameworks are pretty solid so that would get the job done. |
|||
|
|