Google Answers Logo
View Question
 
Q: Macromedia Flash - XML Socket server ( No Answer,   1 Comment )
Question  
Subject: Macromedia Flash - XML Socket server
Category: Computers > Internet
Asked by: rampagetechnology-ga
List Price: $20.00
Posted: 11 Jul 2006 23:24 PDT
Expires: 02 Aug 2006 12:28 PDT
Question ID: 745508
Here is the problem.

I have a Flash Projector File (.EXE) that can be downloaded from a
website.  When a user downloads this file and opens it on their
desktop, I want the Flash Projector to periodically update with new
information.

Here is how it works in as simple an explanation as possible...

Step 1 - User Downloads TrafficAlert.exe

Step 2 - User Runs TrafficAlert.exe on their desktop and lets it run
in the background...kinda like Messenger, except they only receive
message alerts, they can't send messages back to the server... it is a
one-way messaging service.

Step 3 - 3 hours later there is an accident that stops traffic.  Their
is a central system that instantly generates a message to all of the
Traffic Alerts that are running on all of the desktops.

Here is the main issue.

We know that we can do it with an XML Socket Server. However, will
this option be feasible for peak periods of 15,000+ customers running
simultaneously?
Each customer will be permanently connected to the XML socket server
until they close the desktop application. We believe that our web
server will crawl to a halt and not be able to handle the large number
of simultaneous connections.

Here is what I request...

Is there a better solution for sending messages (one-way) from the
server to the desktop clients that will be more efficient and easy on
the server?

Here are 2 XML socket servers we are looking at... however, they seem
to max out after about 2000 simultaneous connections.

http://www.moock.org/unity/index.html
http://www.web-cd.net/xmlsocket/tests.aspx

Clarification of Question by rampagetechnology-ga on 11 Jul 2006 23:31 PDT
One additional thing... We are not interested in Macromedia Flash
Media Server as the $4500 price is not in our budget range.  We are
looking for a simple, cost-effective solution.

Thanks!!

Clarification of Question by rampagetechnology-ga on 11 Jul 2006 23:34 PDT
Also, our servers are Windows 2000 running IIS6.

We develop in ASP/ASP.net only... we cannot host or support anything
with PHP on our servers.
Answer  
There is no answer at this time.

Comments  
Subject: Re: Macromedia Flash - XML Socket server
From: j_leonard-ga on 15 Jul 2006 12:25 PDT
 
Instead of the XML Socket Server, if you want a cost effective
solution this is what I would do:

1. Have the .exe file pull in the data from your data source.

2. Convert the data to strings, numbers, arrays or whatever variable
you want to work with.

3. Include an interval that will trigger every once and awhile. The
interval runs a function that goes up to the server and pulls the data
again. It checks the new data info with the info from the last time
and updates the display, etc.

Simple and stable.

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy