McGregor80
Programmer
Hallo Everyone
I'm writing client server aplications using indy (BCB6) commponents. I was shure that it's everything working when i noticed that TCPServerOnExecute() doesn't work all the time. It seems that after execution thread is suspent or something else is going wrong with it. I've used MUTEX but i deleted every mutex from the source becouse it may be the reason. Unfortuantely nothing changed.
For example if i have 4 AThread->ThreadID's (1,2,3,4)
and 1' is executed it works but after a while when i know 1' is finished and i want him execute once more it doesn't go. Only when i execute 2' also the 1' will go but when i execute again 2' it doesn't and etc.
Please help me with this.
Thanks.
I'm writing client server aplications using indy (BCB6) commponents. I was shure that it's everything working when i noticed that TCPServerOnExecute() doesn't work all the time. It seems that after execution thread is suspent or something else is going wrong with it. I've used MUTEX but i deleted every mutex from the source becouse it may be the reason. Unfortuantely nothing changed.
For example if i have 4 AThread->ThreadID's (1,2,3,4)
and 1' is executed it works but after a while when i know 1' is finished and i want him execute once more it doesn't go. Only when i execute 2' also the 1' will go but when i execute again 2' it doesn't and etc.
Please help me with this.
Thanks.