Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > Webservices Eventing

Reply
Thread Tools

Webservices Eventing

 
 
Chris
Guest
Posts: n/a
 
      07-02-2007
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
 
 
 
 
bruce barker
Guest
Posts: n/a
 
      07-03-2007
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:
> 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

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Webservices Eventing =?Utf-8?B?Q2hyaXM=?= ASP .Net 1 07-03-2007 12:15 AM
NYJavaSIG 04/19/06 Meeting - An Eventing with Josh Bloch, Chief Java Architect at Google Frank D. Greco Java 0 04-04-2006 02:20 AM
Ruby Eventing Ronggen Pan Ruby 1 12-26-2005 07:10 AM
PIX 515 Can Ping Out-to-In but not any webservices getting out-to-in Johnny Davis Cisco 6 01-19-2004 05:33 PM
Webservices and OLE object jib ASP .Net 0 07-08-2003 03:10 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57