HighTechTalks DotNet Forums  

Webservices Eventing

ASP.net Web Services microsoft.public.dotnet.framework.aspnet.webservices


Discuss Webservices Eventing in the ASP.net Web Services forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
=?Utf-8?B?Q2hyaXM=?=
 
Posts: n/a

Default Webservices Eventing - 07-02-2007 , 07:18 PM






Hi, we have data points coming in quickly a few times a second and need to
push it out to many clients (Flex, if its important...) who subscribe to
receive the data without polling for each point. I believe this is called
Webservices Eventing... Can somebody point me to an example of this sort of
thing in C# / ASP.NET?

Thanks.

Reply With Quote
  #2  
Old   
bruce barker
 
Posts: n/a

Default Re: Webservices Eventing - 07-02-2007 , 08:15 PM






flex data service events don't work with webservices. they work if
message servers like JMS. flex data services keeps a persistent
connection open to the server, so messages can pass back and forth
without polling.

not sure where C# / asp.net come in with your project. an asp.net page
can host a flash file that has the flex support.

if you want flex to call your server, then a JMS bridge is probably the
easiest. though this would not be asp.net until iis 7.0, your bridge
would be a nt service.

-- bruce (sqlwork.com)

Chris wrote:
Quote:
Hi, we have data points coming in quickly a few times a second and need to
push it out to many clients (Flex, if its important...) who subscribe to
receive the data without polling for each point. I believe this is called
Webservices Eventing... Can somebody point me to an example of this sort of
thing in C# / ASP.NET?

Thanks.

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.