Search:

Type: Posts; User: giuseppe.corti

Page 1 of 20 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    12
    Views
    49,737

    Sticky: Certainly, since you have added parameters in the...

    Certainly, since you have added parameters in the `<data_provider>` section, you will need to add code to read and use them. Therefore, in the `init` method of your Data Adapter, you will need to...
  2. Replies
    12
    Views
    49,737

    Sticky: Hi Vinayak Singh, For such a simple example...

    Hi Vinayak Singh,

    For such a simple example like HelloWorld, the configuration file of the AdapterSet is equally simple, and you can find it described here:...
  3. Replies
    12
    Views
    1,214

    It means that the Lightstreamer server receives...

    It means that the Lightstreamer server receives an update from the Data Adapter for an item name that actually doesn't currently have an active subscription for.

    Regards,
    Giuseppe
  4. Replies
    12
    Views
    1,214

    Hi ManKeer, If you are expecting only one...

    Hi ManKeer,

    If you are expecting only one client session, there are two strange things that can be inferred from this request list:

    1) It seems that there are two streams of parallel requests...
  5. Replies
    2
    Views
    404

    Hi rthompson, Please consider that the...

    Hi rthompson,

    Please consider that the subscription_timeout_millis setting does not apply in case an explicit unsubscribe request has been received for that item.
    It applies only in cases where...
  6. Replies
    12
    Views
    1,214

    Hi ManKeer, If the delays involve only a...

    Hi ManKeer,

    If the delays involve only a subset of the clients and then we can exclude a general problem affecting the whole server you should look for the "NIO write queue" and "NIO write queue...
  7. Hi Vinayak, No sorry, unfortunately we have no...

    Hi Vinayak,

    No sorry, unfortunately we have no specific documentation.
    You should rely on the official exec plugin documentation: https://www.mojohaus.org/exec-maven-plugin/index.html
    But you...
  8. Hi Vinayak, This is the project of a Remote...

    Hi Vinayak,

    This is the project of a Remote Data Adapter the can be launched stand-alone via maven: https://github.com/Lightstreamer/Lightstreamer-example-StockList-adapter-java-remote


    mvn...
  9. Replies
    6
    Views
    35,916

    Hi andres1, We plan to release an official C++...

    Hi andres1,

    We plan to release an official C++ library in the near future, but honestly it's not expected in the very short term.
    So at the moment you have to implement the TLCP protocol, at...
  10. Hi Vinayak, No, unfortunately at the moment...

    Hi Vinayak,

    No, unfortunately at the moment there is no any example that launches contextually the server directly from maven.
    As said in one of the previous posts, you should create a specific...
  11. Hi Vinayak, The "Hello World Tutorial - Java...

    Hi Vinayak,

    The "Hello World Tutorial - Java Adapter" project target is to create an In-process Data Adapter.
    This type of adapters do not provide the possibility of being launched as stand alone...
  12. Hi Vinayak, With the pom file provided in the...

    Hi Vinayak,

    With the pom file provided in the Helloworld Java project you can only build the jar of the demo: mvn package.

    In order to deploy your jar and run the demo you have to follow the...
  13. Hi Vinayak Singh, A typical deployment...

    Hi Vinayak Singh,

    A typical deployment scenario of an application that uses Lightstreamer for real-time data is the one shown here:
    ...
  14. Hi Vinayak Singh, Sorry, but I'm not sure I...

    Hi Vinayak Singh,

    Sorry, but I'm not sure I understand what exactly your needs are.

    The minimal command to launch the Ligthstreamer server without use one of our scripts is:
    1. Open a command...
  15. Hi Vinayak Singh, Detailed instructions for a...

    Hi Vinayak Singh,

    Detailed instructions for a quick setup of Lightstreamer server are contained in the file GETTING_STARTED.TXT that you can find in the Lightstreamer home directory.
    Anyway, for...
  16. Replies
    2
    Views
    1,218

    Hi jvanhensberg, Please refer to the inline...

    Hi jvanhensberg,

    Please refer to the inline comments of <https_server> parameter in the "lightstreamer_conf.xml" configuration file in order to properly configure your Lightstreamer server.
    You...
  17. Replies
    8
    Views
    1,755

    Hi chickendev, So your problem is that you...

    Hi chickendev,

    So your problem is that you have changed the Data Adapter code, such that it no longer provides the snapshot, but then you also no longer receive the normal real-time updates?...
  18. Replies
    8
    Views
    1,755

    Hi chickendev, Yes, if for a client session...

    Hi chickendev,

    Yes, if for a client session there are no real-time updates to send and after a configurable timeout no updates have been sent, then a small keep-alive message is sent.
    The timeout...
  19. Replies
    8
    Views
    1,755

    Hi chickendev, First of all let me clarify...

    Hi chickendev,

    First of all let me clarify that isSnaphot is a flag, which is used to identify an event as a snapshot and differentiate it from all others which are considered real-time events....
  20. Hi Nghiep, About the ClassLoader, the...

    Hi Nghiep,

    About the ClassLoader, the isolation level of Adapter Sets can be configured in the adapters.xml file. Please refer to the classloader parameter of the provided template of adapters.xml...
  21. Hi Nghiep, Yes, I can confirm that multiple...

    Hi Nghiep,

    Yes, I can confirm that multiple Adapter Sets can be plugged onto a single Lightstreamer Server.
    So your plan of migration makes totally sense.

    Regards,
    Giuseppe
  22. Hi chickendev, What is available in the...

    Hi chickendev,

    What is available in the Metadata interface is the selector mechanism, which allows you to have, for a particular set of Items, a call to a Metadata method for each update received...
  23. Replies
    5
    Views
    2,449

    Hi rthompson, Yes I can confirm that the...

    Hi rthompson,

    Yes I can confirm that the feature has not been ported to c# remote library yet.
    In this case you should consider the workaround suggested in this post:...
  24. Replies
    5
    Views
    2,449

    Hi rthompson, Sorry, I missed to mention that...

    Hi rthompson,

    Sorry, I missed to mention that in the specific case of terminating a subscription the callback to be invoked is in the TableInfo object paassed in the notifyNewTables.
    In...
  25. Replies
    5
    Views
    2,449

    Hi rthompson, Yes, please refer to this...

    Hi rthompson,

    Yes, please refer to this listener provided by the Lightstreamer server to receive requests about sessions and any asynchronous severe error notification: ...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4
All times are GMT +1. The time now is 03:55 AM.