Questions tagged [websync]

WebSync is an implementation of the Bayeux specification, commonly known as "comet", for the .NET framework and IIS. WebSync provides both the server implementation, which handles processing of the incoming requests, and a variety of comet clients and publishers, which are used to send and receive data through the server component. Components that communicate with WebSync are available for .NET, Silverlight, .NET Compact framework, and PHP.

Overview

WebSync is an implementation of the Bayeux specification, commonly known as "comet", for the .NET framework and IIS.

WebSync provides both the server implementation, which handles processing of the incoming requests, and a variety of comet clients and publishers, which are used to send and receive data through the server component.

Components that communicate with WebSync are available for .NET, Silverlight, .NET Compact framework, Windows Phone, iOS (Objective C), Android (Java) and PHP. Since WebSync is based on the Bayeux specification, additional clients that conform to the spec should also work, however they are not routinely tested.

Performance

On a 3-core desktop with 3Gig of RAM, WebSync has a throughput of approximately 100,000 message/sec max and can handle up to about 30,000 concurrent users; it scales close to linearly with increased hardware, up to standard TCP port limits.

Additional Information

For more details, visit: http://www.frozenmountain.com/websync

21 questions
1
vote
2 answers

The request is too large for IE to process properly

I am using Websync3, Javascript API, and subscribing to approximately 9 different channels on one page. Firefox and Chrome have no problems, but IE9 is throwing an alert error stating The request is too large for IE to process…
0
votes
2 answers

Requirements for IIS server used for web sync, merge replicaiton

Short question: Can anyone tell me what the requirements (especially when it comes to SQL components) are for the web server used as web sync for merge replication? Background: I have a solution which uses merge replication to do one-way data sync…
Christian Rygg
  • 671
  • 12
  • 26
0
votes
0 answers

Websync 4 CORS issue

Hi, I am working on a project to get feed from websync server. The server owner set Access-Control-Allow-Origin to * for testing purpose. However on trying to subscribe i am getting below error. Access to XMLHttpRequest at…
Di Kamal
  • 173
  • 13
0
votes
0 answers

Why I get error "No such interface supported" in Web synchronisation SQL Server 2016

I have a error during my web synchronisation SQL server, I get the error "No such interface supported" during my SQL server express 2014 (32 bits) synchronise the SQL server 2016(64 bits). I enable the 32 bit in the application pool. The…
0
votes
2 answers

Websync breaks when Iphone goes to sleep

I have created an iPhone application using phoneGap and i have implemented the Websync functionality using javascript, all functionality are working fine, but my problem is that When Iphone goes to sleep mode than the app is still open and when you…
Gaurav
  • 155
  • 2
  • 2
  • 12
0
votes
2 answers

Websync 4.0 PublisherNotAllowed

I'm having a weird problem with websync 4.0: it works fine on my local machine, but when I deploy to a test server I get this error System.Exception: Publication failed. result :…
Mihai
  • 2,740
  • 31
  • 45
1
2