DarkBlue <[EMAIL PROTECTED]> writes:
> Now our authorized clients register themselves automatically with
> computername,id and ip address via a small python script which sends this
> information to a firebird database on our server...
> Every client has a marker in the hosts.allow file
> so if a change occurs one line shall be replaced 
> by another line on the fly.

Why don't you use the database to store those markers?  It should
support concurrent updates properly.  That's a database's job.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to