Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Feb : Re: multi processor problem
| Subject: | Re: multi processor problem |
| Posted by: | "Loren Pechtel" (lorenpechtel@hotmail.invalid.com) |
| Date: | Sun, 11 Feb 2007 10:58:13 |
On 11 Feb 2007 07:19:38 -0800, "mustafa korkmaz"
<sekendizpasa@yahoo.com> wrote:
>
>My tcp client server application is being written in Delphi 5 enterprise. My indy component version is 9.0.14
>My server program was running very well on single cpu machine(win. 2003 server).
>But this server program has problems while running on double cpu machine.(two processor xeon 3 Ghz dual-core)
>Some times my client programs wait 5-6 seconds for receive tcp packets.When this freeze become there is not any communication problem.
>What must I do? Is this problem about delphi 5 compiler?
>Which version of delphi sport multi processor?
I don't think this is a Delphi problem but rather a bug in your code.
There are multithreading errors that won't show themselves unless you
have a multiprocessor machine.
none