Richard Lynch wrote: > On Sat, January 26, 2008 3:22 am, Per Jessen wrote: >> Yeah, but that's just like running off-line reports and having them >> sent by email. It kind of ruins the idea of having the information >> available on-line in real-time. > > All depends how you define "real" :-) > > A lot of times, in a web app, the difference between "now" and "five > minutes ago" is pretty meaningless to the end user. Well, there isn't much difference between an OLTP user and a web-app user. Any transaction lasting less than 3 seconds is considered real-time or "inter-active". Anything that takes longer is batch. Cached transactions are a little foreign in an OLTP environment, but they're essentially still classed as batch. /Per Jessen, Zürich -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php