Re: Connection pooling
From: William \(Bill\) Vaughn (billvaRemoveThis_at_nwlink.com)
Date: 08/25/04
- Previous message: Jim Cutler: "Connection pooling"
- In reply to: Jim Cutler: "Connection pooling"
- Next in thread: Michael D. Long: "Re: Connection pooling"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 25 Aug 2004 16:53:14 -0700
AFAIK you can't pass connections across process boundaries.
-- ____________________________________ William (Bill) Vaughn Author, Mentor, Consultant Microsoft MVP www.betav.com Please reply only to the newsgroup so that others can benefit. This posting is provided "AS IS" with no warranties, and confers no rights. __________________________________ "Jim Cutler" <JimCutler@discussions.microsoft.com> wrote in message news:655B5B83-18D0-46A0-999E-274BE2FB8AAA@microsoft.com... >I am using C++ 6.0. I am writing a DLL to be called by another app. That > app currently creates a pool of connections during initialization and then > temporarily handing out connections to worker threads (which come and go). > Are there any issues involved in using an ADO connection from a thread > that > did not actually open the connection? In other words, does the process of > opening the connection configure the thread in some way that will be > missing > if another thread tries to use the connection?
- Previous message: Jim Cutler: "Connection pooling"
- In reply to: Jim Cutler: "Connection pooling"
- Next in thread: Michael D. Long: "Re: Connection pooling"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|