I know of big telco companies that are using it, potentially
targetting thousands/millions users.
Big sites that offer sport results and statistics, as well as game
sites using it to let the users play (again with a huge audience).
Why you're asking ?
Simon
--
http://bordet.blogspot.com
---
Finally, no matter how good the architecture and design are,
to deliver bug-free software with optimal performance and reliability,
the implementation technique must be flawless. Victoria Livschitz
On Fri, Nov 6, 2009 at 20:18, Ilia Kantor <ili...@gmail.com> wrote:
>
> Is there any tutorial or kindof, how to implement authentication on
> top of cometd ?
No.
Can you please file a bug at http://bugs.cometd.org about that ?
> E.g how to create a chat?
You have the example demo shipped with cometd that shows a full chat
application.
On Sat, Nov 7, 2009 at 01:31, Luis Montes <mont...@gmail.com> wrote:
> I understand that we can have clients publish to a /service channel and have
> a BayeuxService that only delivers to certain other clients. We can do
> whatever type of authentication we wish there since we have a handle on the
> request.
>
> Is it possible to stop clients from subscribing to a channel at all?
Yes. You implement a custom SecurityPolicy, override canSubscribe()
and attach it to the Bayeux object.