Questions tagged [cometserver]
12 questions
7
votes
1 answer
Push Technology : Is there any open source implementation for windows
I have read about the push technologies recently. Using it real-time data streaming is very easy. I also saw an implementation called ajax push engine, but it runs on linux or mac server. I wanted to use this technology in an asp.net site.
So is…

MD Sayem Ahmed
- 28,628
- 27
- 111
- 178
2
votes
2 answers
Ajax Push Engine (Comet) and persistent chat - how to implement?
We are developing an online real-time web browser game and we have chosen to use APE Server.
We have an in-game chat system from our previous project and we would like to port it to APE. As we are a bit new to APE we are not sure about which…

JustAMartin
- 13,165
- 18
- 99
- 183
2
votes
1 answer
How to go about implementing the new Chat beta feature in the Smart Admin Theme and Laravel 5?
I am trying to figure out how to get chat working in the Smart Admin Theme
As I can see, the newer version ships with a Chat beta plugin. On the "About the API" page, it gives a few instructions on how to get the front end working but unfortunately…

Rohan
- 13,308
- 21
- 81
- 154
1
vote
1 answer
Ajax Upload fails with Ajax Push Engine (APE server) enabled
Whenever I disable the APE comet Server, AJAX file uploads run properly. And when enabled, the response.responseText from PHP is not parsed.
This problem has been bugging me since about more than a month.
There's another person here with the same…

Hrishikesh Choudhari
- 11,617
- 18
- 61
- 74
1
vote
3 answers
Fast single thread comet server, possible?
I recently encountered a few cases where a server would distribute an event stream that contains the exact same data for all listeners, such as a 'recent activity' box.
It occurred to me that it is quite strange and inefficient to have a server like…

Pepijn
- 4,145
- 5
- 36
- 64
0
votes
1 answer
Comet WEb server implementation
I recently asked one question :- Handle Web Server with multiple clients
I have gone through the basic techniques to implement comet server like streamhub,Maven/Jetty etc.
I have following questions for that :
After that I found the issues like in…

Ved
- 8,577
- 7
- 36
- 69
0
votes
1 answer
Why Jetty has not found CometServerServlet from Rocket package?
I have a common GWT application that is using (trying to) Rocket-Framework to implement a CometServerServlet.
After I have registered my servlet in web.xml and my app.gwt.xml, like this:
App.gwt.xml:

Melladric
- 81
- 3
- 8
0
votes
1 answer
deliver data to cometd server using a channel
How can I deliver some data to server side while subscribing to server?
As an example,
When I subscribing /alert/12345, I want to send some other information such as alert_type, date_time etc to CometD server.

pasanbsb
- 445
- 2
- 4
- 13
0
votes
0 answers
What client to use for load testing comet application irrespective of comet server
We are in process of developing an app and we started with:
Spring SockJs Java server with Servlet 3.0 container (Async support)
SockJs javascript client.
To test the load aspects, I had written a client using Bayeux API -this was for WebSockets…

cpandey05
- 1,241
- 2
- 17
- 30
0
votes
2 answers
Comet - PHP error showing
I am new to comet and doing a simple application.
My html file looks like
testing…

ramesh
- 4,008
- 13
- 72
- 117
0
votes
1 answer
Implement Comet Programming
I am new to comet programming.
I browsed for information on how to achieve this, I found that it can be done through LightStreamer. But when I tried to implement that, I felt few libraries missing.
Recently I read an article from…

sneha
- 15
- 3
-1
votes
2 answers
Android - MultiDexEnable=true causes Picasso to Crash
I've used MultiDexEnable=true command in my gradle file to integrate the cometChat sdk . But Picasso library which was running fine is crashing now giving the following error. Can you please guide towards solution?
apply plugin:…

Usman Ishrat
- 147
- 1
- 7