From: Nikos <ni...@ma...> - 2004-11-30 11:53:42
|
Hello all, I am using some self-posting forms, eg: <form action="$page(url)" method="POST"> While the form initially comes up immediately, and correctly populated, I am noticing a substantial delay between form submission, and the next re-direct, ~7 seconds, while running the server locally. This is on WIN XP, and using the latest, starkit from beedub, and tclkit846 Actually, its slower running the app locally than on the network server running linux. Putting some indicators both at the top of the form, and at the bottom, just before some procs are executed, and then redirect, indicate that the delay is before the form is processed. e.g #Top of test.tml [Doc_Dynamic puts "begin form" ] form generation etc.. . . . [ puts "starting processing" blahh Doc_Redirect next.tml ] Running this, I get the expected strings after ~7 seconds, all together, along w/ the redirect.. Any light in the tunnel? regards, nicolas boretos P.S I saw that there were some old issues with POST on windows ages ago, but thought they were fixed in the current version... |