Skip to main content
Inspiring
March 6, 2012
Question

Shared Object takes lot of time to connect

  • March 6, 2012
  • 1 reply
  • 663 views

hi,

One strange thing happened at application, connection to the fms server takes few milliseconds but shared object takes few second (more then 20) to connect.

is this happened to anyone before ?

thanks in advance for your help and replies.

thanks,

vishal sood

    This topic has been closed for replies.

    1 reply

    March 6, 2012

    I've never experienced a problem like that. Can you provide more info? How are you measuring the connect time (time to first sync event, or something else)? How much data is in the shared object? How complex is the logic in your sync event handler?

    Inspiring
    March 6, 2012

    hi JayCharles,

    thanks for your reply,

    First connect to the FMS server, when application complete hadler fires and trace the value of the time.

    After authentication server ping back to the client and trace the value of time. difference between the same is the connection time.

    After connection,  try to get the data stored in fso file on remote server, this step is the most time consuming.

    data size is 500 KB.

    No complex logic, only connect to the fso and register sync.

    thanks,

    vishal sood