: > I compiled Squid with '--enable-async-io' option, > and modify squid.conf to > operate Squid with AUFS. > > But I could not see the 16(default value) squid > threads. There is only one > Squid process and its child.
firstly you should have aufs in cache_dir in squid.conf cache_dir aufs /cache 4096 16 256 Secondly Squid wont start multiple threads unless you put some load on your squid . what /usr/local/squid/sbin/squid -V command says Regards > > So, I inserted some debug messages into Squid source > code. > (One of them is inserted to the function that call > 'pthread_create') > > Then, I found that the 'pthread_create' function is > never called. > (Exactly, the function that call 'pthread_create' is > never called) > > So, I want to track the sequence of function calls > related to AUFS, but it > seems unclear to me. > > What can i do to fix the problem like this? > > _________________________________________________________________ > ����� ���ΰ��� �̹��� ���ϲ���, ��¥��... ���ͳ� > ���� > http://www.msn.co.kr/money/interlotto/ > __________________________________ Do you Yahoo!? Yahoo! Search - Find what you�re looking for faster http://search.yahoo.com
