Re: memory usage

2003-12-20 Thread Hans de Groot
Hi, Thanks for all the answers. The script was just a silly example to demonstrate how I use Embperl. (one block for perl code and just dump the output at the bottom) I did not test it. But the tip about the regexp is great and I am gonna try that benchmark stuff. Anyway I now know I did not forg

Bytes transfered.

2003-12-20 Thread Hans de Groot
Hi, I have an embperl script that generates html output. This in just one page called index.html and is called with extra arguments to show different content. The apache logfiles logs this: GET /index.html?id=p100 GET /index.html?id=p79 When I run webalizer there is only one page so there is no

Re: memory usage / session cleanup

2003-12-20 Thread Pierre Etchemaite
Le Fri, 19 Dec 2003 10:38:40 -0800, Wim Kerkhoff <[EMAIL PROTECTED]> a écrit : > You can't do this with MySQL, since it won't let you set a default value > to a function, only a constant (null, 1, 'foo', etc). For MySQL, it seems that the way to go are TIMESTAMP fields: http://www.mysql.com/doc

Re: memory usage / session cleanup

2003-12-20 Thread Wim Kerkhoff
Pierre Etchemaite wrote: Le Fri, 19 Dec 2003 10:38:40 -0800, Wim Kerkhoff <[EMAIL PROTECTED]> a écrit : You can't do this with MySQL, since it won't let you set a default value to a function, only a constant (null, 1, 'foo', etc). For MySQL, it seems that the way to go are TIMESTAMP field