CVS update: samba/source/smbd

tridge at samba.org tridge at samba.org
Tue May 15 10:53:16 EST 2001


Date:	Mon May 14 17:53:16 2001
Author:	tridge

Update of /home/cvs/samba/source/smbd
In directory va:/tmp/cvs-serv10752

Modified Files:
	connection.c 
Log Message:
make the max_connections code less horrendously inefficient

- it didn't honour the clear flag
- it locked the database (not necessary)

the previous code would do 10^6 kill() operations for 1000 people
logging in - and all with the database locked. Not very scalable.

Still haven't added the counter, that would make it really efficient


Revisions:
connection.c		1.29 => 1.30
	http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/connection.c?r1=1.29&r2=1.30




More information about the samba-cvs mailing list