home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.next.programmer
- Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!howland.reston.ans.net!usc!rpi!ghost.dsi.unimi.it!univ-lyon1.fr!chx400!bernina!fankhaus
- From: fankhaus@nessie.cs.id.ethz.ch (George Fankhauser)
- Subject: Re: dbkit and sybase server connections
- Message-ID: <1993Jan12.130734.29082@bernina.ethz.ch>
- Sender: news@bernina.ethz.ch (USENET News System)
- Organization: Swiss Federal Institute of Technology (ETH), Zurich, CH
- References: <1992Dec28.201019.4259@rdr.com> <C0q3w5.2Lq@unix.portal.com>
- Date: Tue, 12 Jan 1993 13:07:34 GMT
- Lines: 28
-
- In article <C0q3w5.2Lq@unix.portal.com> pyramid@shell.portal.com (Fouad Habboub) writes:
- >estrin!kswanson (Kevin Swanson) writes:
- >
- >>I'm working on an application that uses dbkit along with sybase.
- >>I've come across the problem that my application makes two and sometimes
- >>three connections to the sybase server, when it really should only need
- >>a single connection.
- >
- >>Has anyone who has worked with dbkit experienced any problems like this?
- >
- >>thanks,
- >>kevin
- >
- >
- >>kswanson@rdr.com
- >
- >
- >I've experienced similar problems. At one point it seemed that every
- >instance of RecordList make a separate connections to sybase.
- >
- >fouad
- >
-
- no, only instances of DBDatabase create new tcp connections to the
- db server.
-
- George
-
-