[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] databases




David Steffen wrote:
> 
> Briefly, database-backed
> CGIs frequently return a lot of data, and that data can be slow in
> coming.  That being the case, you would like to return something
> (like a title) right away to prevent the browser from timing out or
> the user from giving up. 

Another way to do that would be to use frames. One "title" frame to
bring back static HTML (quickly) and the second frame to handle the
results of the cgi call, which wouldn't have to be acgi at that point.

Obviously, you have to use frames, which may be a problem for some,
but it does work nicely.

Hope that helps,
Geoff

# ===== Want to unsubscribe from this list?
# ===== Send mail with body "unsubscribe" to macperl-request@macperl.org