Gamestudio Links
Zorro Links
Newest Posts
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
Release 2.68 replacement of the .par format
by Martin_HH. 09/23/25 20:48
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
0 registered members (), 18,161 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
More instances lock on VPS - FXCM #482687
03/17/21 13:14
03/17/21 13:14
Joined: Aug 2020
Posts: 59
London
Neb Offline OP
Junior Member
Neb  Offline OP
Junior Member

Joined: Aug 2020
Posts: 59
London
Hi,

I have 3-4 Zorro instances (diff folders), running on the same VPS, using FXCM plugin
to connect to diff username accounts on FXCM.

From time to time, one of the Zorro thread is locking another one (Showing in wait events) which freezes.
Is there any way to improve performances and stop locking ?

Thanks,

Neb

Re: More instances lock on VPS - FXCM [Re: Neb] #482688
03/17/21 13:46
03/17/21 13:46
Joined: Feb 2017
Posts: 1,806
Chicago
AndrewAMD Offline
Serious User
AndrewAMD  Offline
Serious User

Joined: Feb 2017
Posts: 1,806
Chicago
Try setting NOLOCK.

Re: More instances lock on VPS - FXCM [Re: Neb] #482690
03/17/21 16:38
03/17/21 16:38
Joined: Aug 2020
Posts: 59
London
Neb Offline OP
Junior Member
Neb  Offline OP
Junior Member

Joined: Aug 2020
Posts: 59
London
Hey Andrew,

Hope all well ?

Do you think on something like this ?

if (is(INITRUN))
{
setf(NOLOCK,1);
}


Cause I did not find any example and Zorro is finally not complaining on this one laugh


Thanks,

Neb

Re: More instances lock on VPS - FXCM [Re: Neb] #482691
03/17/21 16:49
03/17/21 16:49
Joined: Feb 2017
Posts: 1,806
Chicago
AndrewAMD Offline
Serious User
AndrewAMD  Offline
Serious User

Joined: Feb 2017
Posts: 1,806
Chicago
No. You set NOLOCK with set(). Read this:
https://zorro-project.com/manual/en/mode.htm

Re: More instances lock on VPS - FXCM [Re: Neb] #482720
03/19/21 07:32
03/19/21 07:32
Joined: Aug 2020
Posts: 59
London
Neb Offline OP
Junior Member
Neb  Offline OP
Junior Member

Joined: Aug 2020
Posts: 59
London
Thanks !

Neb


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1