Problemas com TimeOut na cfprocedure
estou rodando uma procedure meio lenta que gera um relatório, ou seja ela retorna vários valores, e está estourando um erro de timeout:
the request has exceeded allowable time limit tag: cfstoredproc
já tentei utilizar <cfsetting requesttimeout='100000' > na página mas infelizmente não funcionou.
como estou utilizando versão 7 coldfusion tag timeout ainda não funciona para cfstoredproc. acredito que isso só funciona na versão 10.
minha pergunta é, o que fazer??? além de tentar otimizar procedure, tenho mais alguma opção/alternativa/solução ?
question translated portuguese english using google translate:
i'm running bit slow procedure generates report, ie returns multiple values, , bursting timeout error:
the request has exceeded allowable limit tag team: cfstoredproc
i've tried using <cfsetting requesttimeout='100000'> page unfortunately did not work.
since i'm using version 7 of coldfusion tag timeout still not work cfstoredproc. believe works in version 10.
my question is, do?? besides trying optimize procedure, have more option / alternative / solution?
------------------------------------------------------------------------------------------ -----
i see how long take run stored proc. in database. then, determine how big data returned stored proc. keep in mind, data need travel across network if coldfusion server separate database server. there, determine how long should set timeout value.
More discussions in ColdFusion
adobe
Comments
Post a Comment