> > Do you mean that the contents of this file are not cached? or that there > is > some limit on the number of simultaneous requests to read it? > content of this file not look too heavy > > > psql -c "UPDATE core_user SET last_login=now() WHERE username='$USER'" > > > > /dev/null
I would put a '&' at the end, so at least nothing is waiting for this. This does not seem to be critical. This is also not efficient. Can't you make a trigger in the database so you do not even need a shell script? _______________________________________________ dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-le...@dovecot.org