[Reply]
HI all,
For ISAPI stuff the best site for tutorials is www.matlus.com. The guy who writes the
articles is called Shriv Kumar, and he's quite
good. Some of his articles are also on the Delphi Informant website.
Re using the TSession component, you need this when you use the BDE to access the
database. From experience, if you are
using IB as a backend, then use IBO or IBX, not the BDE. If you are using local files,
use TClientDatasets or other non-BDE
types. I believe DBISAM (?) works well.
I've been working on connection pooling techniques,and it is possible, and does help
manage connections well.
Kind Regards
Gary
At 12:10 on 2/04/2001 you wrote
>To :
>CC :
>From: Mark Derricutt, [EMAIL PROTECTED]
>Hey guys, I'm still trying to get this ISAPI working. Well, it works, just
>not under load. Someone mentioned putting a TSession component on my
>webmodule and use that to allow the reuse of an existing connection, but
>no, that doesn't work, IIS just doesn't run the app at all then.
>
>If theres anyone here whose done alot of ISAPI stuff before, are you able
>to lend a hand, maybe blat up a simple demo project showing how I should be
>handling multiple threads talking t the same connection (I tried putting
>the TDatabase in its own TDataModule but that didn't wanna run either).
>
>*mutter*
>
>Any help out there?
>
>
>--On Friday, March 30, 2001 12:56 PM +1200 Mark Derricutt
><[EMAIL PROTECTED]> wrote:
>
>> What would cause the DB to no longer be connected.... mmmmm
>
>--
>There are exceptions, I'm sure, but the Windows 2000 on-line community
>seems to have, in general, the moral and spiritual qualities of your
>average porn site. (c) Bryan Pfaffenberger, Linux Journal, Jan 2001.
>---------------------------------------------------------------------------
> New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
> Website: http://www.delphi.org.nz
>To UnSub, send email to: [EMAIL PROTECTED]
>with body of "unsubscribe delphi"
========================================================
Gary Benner - Software Developer [EMAIL PROTECTED]
Corporate Software New Zealand Limited Auckland - New Zealand
tel: +64-9 846-6067 (24hr) fax: +64-9 846-6152 mob: (021)-966-992
Software System Design - Consulting - Mentoring - Data Modelling
Client Server - Delphi - Interbase - Oracle - Web-based Technologies
Electronic Automation and Systems - Microcontroller Design & Software
http://www.corporate.co.nz
Ref#: 41006
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"