home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / next / programm / 8084 < prev    next >
Encoding:
Text File  |  1993-01-12  |  1.3 KB  |  40 lines

  1. Newsgroups: comp.sys.next.programmer
  2. 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
  3. From: fankhaus@nessie.cs.id.ethz.ch (George Fankhauser)
  4. Subject: Re: dbkit and sybase server connections
  5. Message-ID: <1993Jan12.130734.29082@bernina.ethz.ch>
  6. Sender: news@bernina.ethz.ch (USENET News System)
  7. Organization: Swiss Federal Institute of Technology (ETH), Zurich, CH
  8. References: <1992Dec28.201019.4259@rdr.com> <C0q3w5.2Lq@unix.portal.com>
  9. Date: Tue, 12 Jan 1993 13:07:34 GMT
  10. Lines: 28
  11.  
  12. In article <C0q3w5.2Lq@unix.portal.com> pyramid@shell.portal.com (Fouad Habboub) writes:
  13. >estrin!kswanson (Kevin Swanson) writes:
  14. >
  15. >>I'm working on an application that uses dbkit along with sybase.
  16. >>I've come across the problem that my application makes two and sometimes
  17. >>three connections to the sybase server, when it really should only need
  18. >>a single connection.
  19. >
  20. >>Has anyone who has worked with dbkit experienced any problems like this?
  21. >
  22. >>thanks,
  23. >>kevin
  24. >
  25. >
  26. >>kswanson@rdr.com
  27. >
  28. >
  29. >I've experienced similar problems. At one point it seemed that every
  30. >instance of RecordList make a separate connections to sybase.
  31. >
  32. >fouad
  33. >
  34.  
  35. no, only instances of DBDatabase create new tcp connections to the
  36. db server.
  37.  
  38. George
  39.  
  40.