Search:

Type: Posts; User: cwt237

Search: Search took 0.02 seconds.

  1. As a work around I can create unique messages per...

    As a work around I can create unique messages per client per push. This will make the updates/second correlate nicely with the kibt/second number.
  2. Ok, so I ran another test with the same setup:...

    Ok, so I ran another test with the same setup: one machine as server - another as client (with 1000 clients, having 1 subscription to a private item, which updates 50 times a second). The messages...
  3. Ok, so I have tried to modify the client...

    Ok, so I have tried to modify the client simulator in your LLTT to use our own .NET adapter on the LS server (communicating with LS through TCP sockets).

    In this setup I was able to run 1000...
  4. Thanks for the info. I already started using...

    Thanks for the info.

    I already started using the LLTT framework this morning - and saw a pretty big difference on especially the client machine (1000 connections each with 1 subscription changing...
  5. Issues with simulating many clients from the same machine

    Hi,

    I am running some tests simulating a large number of client connections from the same machine to a LightStreamer server on another machine (300 connections on each machine, maximum is 3000...
  6. Replies
    2
    Views
    9,538

    Thank you for the information, it makes sense. I...

    Thank you for the information, it makes sense. I was basically trying to figure out if that was supported out of the box, and there are several ways to approach this (as you mention).

    For now, I...
  7. The work around is fine, since I only wanted to...

    The work around is fine, since I only wanted to test the performance and throughput degradation when using SSL - and this is possible with the mentioned fix/hack.

    That code should never make it...
  8. Replies
    2
    Views
    9,538

    Load balancing LightStreamer servers

    Hi,

    Suppose I have two LightStreamer servers load balanced using a standard web load balancer. This will give me a scalable solution - I can add more servers and failover is good.

    But, how...
  9. Ok, thanks for the info. With your knowledge,...

    Ok, thanks for the info.

    With your knowledge, how would you rate the server to client performance for HTTP-STREAMING vs. WS-STREAMING ?

    Can we expect to see a 30% decrease in e.g. number of...
  10. A work around for this is to disable the...

    A work around for this is to disable the certificate validation in the code executing the call to the server (e.g. through the .NET client), by using:



    This must be done before making the...
  11. BTW: Setting force_client_auto to Y and using the...

    BTW: Setting force_client_auto to Y and using the local keystore as trusted outputs the following in the log:

    24-Sep-13 09:20:50,298|ERROR|ghtstreamerLogger.connections.ssl|LS/SSL AUTH POOLED...
  12. How to use the self-signed certificate for client SSL connections?

    I have been trying to use the already provided self-signed certificate for setting up SSL, using the .NET client, but without luck.

    I have configured the use of https_server in lightstreamer.conf...
  13. How to detect if a websocket connection is established?

    I would like to be able to detect what type of connection is established on the client (with both the JavaScript and .NET client library). Is that possible and if yes, how?

    As far as I can see I...
  14. Yep, ok. In my case the .NET adapter is...

    Yep, ok.

    In my case the .NET adapter is implemented using a very simple scheme for connecting to the Lighstreamer server (based on your example with establishing TCP connections to specific ports...
  15. Replies
    6
    Views
    27,877

    Appending sessionId to the item name in the...

    Appending sessionId to the item name in the getItems method seems (and doing the same when publishing through the IItemEventListener seems to do the trick with handling private messages.

    Thanks
  16. Replies
    6
    Views
    27,877

    It works in IE10 now (with IE9 standards document...

    It works in IE10 now (with IE9 standards document mode, but not with document mode set to "standards" in IE10 developer tools).

    I can't remember what the documents mode was the first time I...
  17. That works like a charm. I had no idea that...

    That works like a charm.

    I had no idea that the timeout configuration was needed.

    Thanks! ;)
  18. Just read the reply - I will try that. Thanks!

    Just read the reply - I will try that.

    Thanks!
  19. Ok, it seems there is a problem with my .NET...

    Ok, it seems there is a problem with my .NET adapters (probably the metadata adapters). They are never loaded fully (log is not reporting "Finished loading metadata adapter XXX").

    If I remove them...
  20. It doesn't even report anything about the...

    It doesn't even report anything about the webserver.

    The only thing that I can see "might" be a problem is:

    18-Sep-13 10:23:20,987|INFO |LightstreamerLogger.external |Thread-2 ...
  21. I have tried changing the settings, but it does...

    I have tried changing the settings, but it does not change the output in the Lightstreamer.log file (even after restarting the Lighstreamer service or restarting the machine it is running on).

    The...
  22. Internal web server on http://localhost:8080 (Windows) no longer responding

    I installed LightStreamer last week and it worked out of the box with the demos that are part of the package (only configuration needed was setting the pointer to the Java runtime).

    After working...
  23. Replies
    6
    Views
    27,877

    Thanks for the reply. I will try the solution...

    Thanks for the reply.

    I will try the solution suggested.

    BTW: The "enter" key does not Work when creating or editing a post reply in IE10 - that is why my 2 first posts do not have any line...
  24. Replies
    6
    Views
    27,877

    I can see that the JavaScript client gets the...

    I can see that the JavaScript client gets the session id (LS_session) back, but it does not seem to be exposed anywhere, even though Fiddler shows: setPhase(6301);start('S57bc39904f51c4e2T5340330',...
  25. Replies
    6
    Views
    27,877

    How to get SessionId in .NET client code?

    I have built a server adapter (in .NET using the ARI setup), which publishes updates for a bunch of items (one item for each session id connected). This should basically simulate unique messages for...
Results 1 to 25 of 25
All times are GMT +1. The time now is 10:32 AM.