Subject | Re: [firebird-support] Re: Still threading problems |
---|---|
Author | Helen Borrie |
Post date | 2005-05-12T11:05:49Z |
At 10:16 AM 12/05/2005 +0000, you wrote:
services client) but not otherwise.
./heLen
>The problem might be with your use of <localhost>.No, you're getting confused with local connections on Windows.
>
>I read somewhere that this creates a share memory setup that is not
>threadsafe.
>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.The most apparent black spot here is hyperthreading. Disable it.
> >
> > 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.
./heLen