0 Members and 1 Guest are viewing this topic.
Isn't it easier to just write a java applet and upload it somewhere?
great idea, but i guess it wont be integrated couldn you do the same just with a extern http server? would be great
Quote from: KeYDoN on October 05, 2007, 01:23:50 pmgreat idea, but i guess it wont be integrated couldn you do the same just with a extern http server? would be great yes, but things like that tend to jack up the load average on the webservers since it requires a large number of long-running processes. The only way to do it properly with AJAX or something is to 1) do it entirely asynchronously or 2) have the local client contact a non-http server for communication with the Soldat server.
I don't know much about Flex. Does using Flex automatically mean that Flash is going to be used on the client (in the browser)?
Quote from: FliesLikeABrick on October 09, 2007, 08:15:13 amI don't know much about Flex. Does using Flex automatically mean that Flash is going to be used on the client (in the browser)?Yes, it's the only method that I'm aware of that will allow a connection from a web browser without polling (which takes too much bandwidth.)
nothing like watching MS try to get into even more markets.... I wonder what will be next, sex toys?
Maybe I misunderstood you bja888, but Flex doesn't require a ColdFusion server for sockets.
Data pushFlex Data Services offers data-push capability, enabling data to automatically be pushed to the client application without polling. This highly scalable capability can push data to thousands of concurrent users, providing up-to-the-second views of critical data, such as stock trader applications, live resource monitoring, shop floor automation, and more.
I chose Flex because it is versatile and will be released open source this quarter.
Overhead should be minimal since Flash is just the medium for our socket connection, not the interface.
So the client/interface in a Flex setup would be AJAX in nature?
If you going to slow down the browser by looking up and initializing flash then you might as well use it to have a nicer interface.