Re: [Webware-discuss] middleKit sql queries

2002-07-30 Thread Jason Hildebrand
On Tue, 2002-07-30 at 08:26, jonathan wrote > 2. Should I have global access to 'store', or should each module where it is > used create it's own store?? I noticed in the source for SQLObjectStore, > that new connections are created all over the place anyway. So would this be > much of a performa

Re: [Webware-discuss] middleKit sql queries

2002-07-30 Thread jonathan
be ongoing, and would need to store all this data in the database anyway. jonathan - Original Message - From: "Edmund Lian" <[EMAIL PROTECTED]> To: "jonathan" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, July 31, 2002 12:12 AM Subjec

Re: [Webware-discuss] middleKit sql queries

2002-07-30 Thread Edmund Lian
On 07/30/2002 09:26:40 AM webware-discuss-admin wrote: >3. In the experimental project that I am playing around with, it requires >initially about 1.5m transactions on the database to set up the data. For >some reason that I am not clear on the app starts to really slow down about >halfway into

[Webware-discuss] middleKit sql queries

2002-07-30 Thread jonathan
Hi, I have just started using webware and middlekit, and am essentially experimenting and seeing whether I should convert an in development site to use it instead of my home grown middleware. So I have a couple of questions about how to use it. 1. To execute sql queries that don't fall into the o