Subject Re: [firebird-support] Re: Still threading problems
Author Helen Borrie
At 10:16 AM 12/05/2005 +0000, you wrote:
>The problem might be with your use of <localhost>.
>
>I read somewhere that this creates a share memory setup that is not
>threadsafe.

No, you're getting confused with local connections on Windows.


>Try using <hostname>:<database> instead.

Necessary for local clients that are running as a remote desktop (terminal
services client) but not otherwise.

> It works fine, if there are only some requests or if I run it on my laptop.
> >
> > But if I put it on our server (with Hyper Threading) and I simulate
> > some load with Ctrl-R in the browser, at some the application is
>just
> > killed, sometimes with exceptions (always in unit SqlExpr), most of
> > the time with no feedback.

The most apparent black spot here is hyperthreading. Disable it.

./heLen