hi,
I've started using TT under Windows... and I got noticable slow-down
(compared to what I had before using it)... first let me tell u that i'm
aware i.e I expected to have some speed slow-down.. i'm just asking for
posibility to speed the thing a bit ...
OK. the envoirment is ActivePerl/IIS in ASP mode (i.e. <%@
LANGUAGE=PerlScript %>) the DB connection is DBI::ODBC => MSSQL server ( I
can't use ADO, so I'm aware that I haven't connection pooling).
What u must not recomend me :") ... i.e. what I know how to speed the things
:
1. Using precompilation i.e :
# COMPILE_EXT => '.ttc',
# COMPILE_DIR => '/tmp'
2. Using the new patch provided these days on the list (i.e. Stash::XS)
I'm using the slowest way to fetch the records i.e.
$sth->fetchall_arrayref({}); and later TT with FOREACH cycle build the
HTML-<table>... so I know this is the main botlleneck :") .. but the end
user is a little more advanced and want to have greater control... but still
WANT SPEED :"))
Any ideas... thanx in advance
=====
iVAN
[EMAIL PROTECTED]
=====
PS. may be I have to leave it this way .... and later install TT3 when it is
ready :")... or TT2.99 before it..