Search:

Type: Posts; User: markgoldin

Search: Search took 0.02 seconds.

  1. Replies
    21
    Views
    55,683

    Just wanna tell you that you were right, it was...

    Just wanna tell you that you were right, it was my mistake: My testing data generator is not in fact sending data every second. Unless something else, my solution is ready to go. Thank you so much...
  2. Replies
    21
    Views
    55,683

    View Post

    <Are the events equally spaced at 1 second, with holes of 2 seconds when events are lost?
    Yes, that what's happening. It goes for 20-30 events fine, then I see one event was lost, then again no lost...
  3. Replies
    21
    Views
    55,683

    Yes, I did comment out the update call. I still...

    Yes, I did comment out the update call. I still had lost data, I would say less then with updates but still there was lost data. Knowing my code would you recommend anything to preotect from losing...
  4. Replies
    21
    Views
    55,683

    I am going to follow your recomdations but I...

    I am going to follow your recomdations but I think the reason for missing data is that sometimes data push by the LS takes just a moment longer (means resources are still busy) and my data adapter...
  5. Replies
    21
    Views
    55,683

    Here is my latest code with which I am missing...

    Here is my latest code with which I am missing some data sometimes:
    using System.Collections;
    using System.Threading;
    using System;
    using System.Runtime.InteropServices;
    using...
  6. Replies
    21
    Views
    55,683

    View Post

    <Also note that synchronization issues may need to be considered.
    And that I think I am having a problem with. I am running a process that stupidely sends current time with an interval of one second...
  7. Replies
    21
    Views
    55,683

    Here is my latest code. I understand that you...

    Here is my latest code. I understand that you are not supporting .Net but still maybe you can give me a hint:

    using System.Collections;
    using System.Threading;
    using System;
    using...
  8. Replies
    21
    Views
    55,683

    While I am working on that I have another...

    While I am working on that I have another question:
    Is it possible to hide these DIVs so they will not take any space on a page:
    <div source="lightstreamer" table="hellotable" item="greetings"...
  9. Replies
    21
    Views
    55,683

    Alright, I uderstand. I want to show a code...

    Alright, I uderstand.
    I want to show a code fragment from my modified Hello World:
    <script>
    /////////////////PushPage Configuration
    var debugAlerts = true;
    var remoteAlerts = false;
    ...
  10. Replies
    21
    Views
    55,683

    Yes, I have gotten my modified HelloWord sample...

    Yes, I have gotten my modified HelloWord sample working. But what I need in reality is the following:
    I am going to have let's say 10 HelloWord like programs that are listening to 10 external...
  11. Replies
    21
    Views
    55,683

    What I am trying to do with this example is to...

    What I am trying to do with this example is to modify it to the point that the code can listen to some port on the same computer and an external process will be writing to that port to provide data....
Results 1 to 11 of 11
All times are GMT +1. The time now is 03:10 AM.