Has anyody experience in working with FIX? I'd need some help with understanding some general concepts. Please let me know if anybody can help me with this
Kingvest
Posts
-
FIX Gateway Server -
Developing a Client/Server applicationhm but every client will receive different data concurrently. How else could this be accomplished without threads?
-
Developing a Client/Server applicationthanks for both your replies. I'll definitely have a deeper look at remoting. Unfortunately I can not use XML Web Services as i have to push date from the server to the client.
-
Developing a Client/Server applicationThat's the reason why I can't use web services as the data hast to be pushed to the client. What about developing an own TCP/IP Server... do you see any benefit in doing this?
-
Developing a Client/Server applicationI did but to me it looked more like remoting is used to offload processing to another computer. What I want are persistent connections for a couple hundred clients, constantly pushing or pulling data. So, this will be very performance critical. What are the other possibilities to approach this type of application? However, I'll have a deeper look at remoting and see whether it suits my needs
-
Developing a Client/Server applicationHi, I have to develop a client/server application in C#. The connection between the server and the client hast to be persistent and encrypted. There will be steady dataflow on push basis from the server. My question is, what is the best approach to build this kind of application? Speed is one of the most important factors. I read an article about Bear Stearns who built their new stock market transaction server as XML web service. So, if anybody has some gnereal ideas i'd greatly appreciate that