Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: multi threaded server on NT?
Phil et al,
Oracle8 does support MTS for NT. Normally, MTS isn't really needed since we already have a true multi-threaded RDBMS. However, we have a few customers who are pushing a few thousand connections to a single NT instance, and in those cases, MTS is necessary. Without it, the RDBMS process runs out of address space due to the high number of threads running in it.
Hope this clarifies matters.
Phil Herring wrote:
> In article <6hq98u$310$1_at_sky.net> Dan Norris, dann_at_sky.net writes:
> >I have read oracle docs that claim that MTS was not supported on oracle7
> >for NT, but has been added in oracle8 on NT. Who's right?
>
> Oracle7 answer: MTS was a hack to allow the same threaded software to work
> under any Unix (because not all Unixes support threading directly). NT has
> support for threads built in, so Oracle for NT was written to be
> multithreaded using that native support, and as such, "MTS" doesn't exist
> under NT. However, it *is* multithreaded.
>
> I don't know about Oracle8.
>
> ---------------------------------------------------------------------------
> Copyright 1998 Phil Herring. This article may not be reproduced for profit.
> ---------------------------------------------------------------------------
--
Regards
Pete
"Controlling application developers is like herding cats."
Kevin Loney, ORACLE DBA Handbook
"Oh no it's not! It's much harder than that!"
Bruce Pihlamae, long term ORACLE DBA
![]() |
![]() |