Click here to Skip to main content
15,902,445 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: where to give image url to display image Pin
michaelschmitt17-May-10 0:09
michaelschmitt17-May-10 0:09 
QuestionDatabase Error when retrieving specific records from a table Pin
Eagle3215-May-10 11:26
Eagle3215-May-10 11:26 
AnswerRe: Database Error when retrieving specific records from a table Pin
Tarakeshwar Reddy15-May-10 12:41
professionalTarakeshwar Reddy15-May-10 12:41 
AnswerRe: Database Error when retrieving specific records from a table Pin
hyjiacan15-May-10 14:27
hyjiacan15-May-10 14:27 
GeneralRe: Database Error when retrieving specific records from a table Pin
Tarakeshwar Reddy15-May-10 17:20
professionalTarakeshwar Reddy15-May-10 17:20 
QuestionError trying to set the style sheet in the code behind. Pin
Steve Holdorf15-May-10 9:45
Steve Holdorf15-May-10 9:45 
AnswerRe: Error trying to set the style sheet in the code behind. Pin
Not Active15-May-10 17:23
mentorNot Active15-May-10 17:23 
QuestionWeb Server serving as a TCP/IP communication server as well Pin
Stevo Z15-May-10 4:58
Stevo Z15-May-10 4:58 
Hi Guys,

I want to implement following architecture and want to check with you if it generally makes sense, what you think about it and whether I could do it in a better way.

There is a gaming server which can provide information on the fly using a C++ plugin. I'd like to use this information, process it and display on web so people can look and see what's happening in the game without having the actual game. So I decided to open a TCP/IP connection between the gaming server and a web server (which will be sitting on a web hosting site, haven't decided which one yet). My worry is whether I'll be able to use the web server as a TCP/IP communication server, so the game plugin can connect to my web server listening for incomming connections on a background thread and receive the information.

Facts:
Gaming server running C++ game and a TCP/IP client sending data potentionally every second 


Web Server (ASP.NET + Silverlight 4) running a TCP/IP server on a background thread listening for game server(s - will be potentionally more) and waiting for data.


I know it's a very trick question, but do you think that this architecture makes sense? Do you think I'll be able to connect to my webserver using TCP/IP from outside? Or would a different protocol by better? (sending data using http, but I'd like to avoid that as I think it would be slower and I would not be able to talk back to the gaming server if I needed).

Regards,
Stevo
zilo

AnswerRe: Web Server serving as a TCP/IP communication server as well Pin
DeepToot18-May-10 8:39
DeepToot18-May-10 8:39 
GeneralRe: Web Server serving as a TCP/IP communication server as well Pin
Stevo Z18-May-10 11:05
Stevo Z18-May-10 11:05 
Questiondata problem Pin
bapu288915-May-10 0:58
bapu288915-May-10 0:58 
AnswerRe: data problem Pin
Not Active15-May-10 3:03
mentorNot Active15-May-10 3:03 
QuestionRe: data problem Pin
bapu288915-May-10 6:59
bapu288915-May-10 6:59 
AnswerRe: data problem Pin
Not Active15-May-10 7:24
mentorNot Active15-May-10 7:24 
GeneralRe: data problem Pin
bapu288915-May-10 7:43
bapu288915-May-10 7:43 
QuestionMaster-Content Page postback issues Pin
trunkwala_abbas15-May-10 0:07
trunkwala_abbas15-May-10 0:07 
AnswerRe: Master-Content Page postback issues Pin
Not Active15-May-10 3:05
mentorNot Active15-May-10 3:05 
QuestionEvents are not firing Pin
4anusha414-May-10 20:41
4anusha414-May-10 20:41 
AnswerRe: Events are not firing Pin
janani1316-May-10 17:22
janani1316-May-10 17:22 
QuestionAlternate to Shopping Cart? Pin
thatraja14-May-10 20:03
professionalthatraja14-May-10 20:03 
AnswerRe: Alternate to Shopping Cart? Pin
Brij14-May-10 20:38
mentorBrij14-May-10 20:38 
Questionissue with Tracking users Pin
Khaja A. Imtiaz14-May-10 19:37
Khaja A. Imtiaz14-May-10 19:37 
AnswerRe: issue with Tracking users Pin
Martin Jarvis17-May-10 6:40
Martin Jarvis17-May-10 6:40 
GeneralRe: issue with Tracking users Pin
Khaja A. Imtiaz17-May-10 20:07
Khaja A. Imtiaz17-May-10 20:07 
GeneralRe: issue with Tracking users Pin
Martin Jarvis18-May-10 11:04
Martin Jarvis18-May-10 11:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.