Slow network on connection

D

Derek Brown

Hi all

When I start my program that accesses data from my server all works great
until someone else is also accessing the same data, then the program takes 3
minutes to load. Why is this?.
 
D

Derek Brown

That helps.

Can you tell me what is the difference between saving all objects as text
files and decompiling?

Thanks RuralGuy
 
D

Derek Brown

Hi Rural

Sorry still taking 3 minutes to load when another user is accessing same
data from the networker. Could it be something to do with security across
the network? Or is the server more likely to be set up wrong?
 
R

RuralGuy

Hi Rural

Sorry still taking 3 minutes to load when another user is accessing same
data from the networker. Could it be something to do with security across
the network? Or is the server more likely to be set up wrong?

Have you tried the "persistant connection" that is suggested by Tony?
_______________________________________________
hth - RuralGuy (RG for short)
Please post to the NewsGroup so all may benefit.
 
R

RuralGuy

That helps.

Can you tell me what is the difference between saving all objects as text
files and decompiling?

Thanks RuralGuy

Decompiling simply strips out any compiled code which means *everything* must be
compiled again.
_______________________________________________
hth - RuralGuy (RG for short)
Please post to the NewsGroup so all may benefit.
 
Top