Subject | RE: [firebird-support] embedded twice |
---|---|
Author | Alan McDonald |
Post date | 2006-03-28T21:09:24Z |
> > What about windows fbembed.dll ? Can it be accessed by two concurrentbut this sort of sharing results in multiple instances of the DLL running.
> > programs running from the same directory ?
>
> Yes, but only the first instance will get access to the database if
> you both applications to access the same database.
>
> > I heard something about shared DLL's but I'm not sure if this is
> > that case.
>
> Sharing a DLL between several applications simultaneously is what DLLs
> are all about.
>
> The whole Windows operating system itself is simply a large collection
> of DLLs, which are shared by all the applications that are running.
>
>
> Best Regards
>
> Stefan
For embedded, there must be only on instance for you to increase the number
of users attaching to teh db in question. So for this config, you need one
host of the the single embedded dll to run and multiple people attaching to
it.
Hey that's called Superserver!
Alan