ÉèΪÊ×Ò³ ¼ÓÈëÊÕ²Ø

TOP

Some Apache Specific Questions
2014-11-24 00:39:20 ¡¾´ó ÖРС¡¿ ä¯ÀÀ:935´Î
Tags£ºSome Apache Specific Questions

Q: What is graceful Apache restart
A: Advise children to exit after current requests, as child dies off the parent replaces it with a new generation of child.
Command to use: apachectl ¨Ck graceful


Q: Know anything about Apache configuration file directive
A: for communication between server and child processes. If directive not specificed create ScoreBoard entirely in memory (Anonymous Standard Memory), otherwise, file-based share-memory(on-disk), to gain performance: use RAM disk¡­


Q: TCP socket programming, what is SO_REUSEADDR
A: Server restart control mechanism, reuse that old binded address please. This is especially popular in Apache source.


¡¾´ó ÖРС¡¿¡¾´òÓ¡¡¿ ¡¾·±Ìå¡¿¡¾Í¶¸å¡¿¡¾Êղء¿ ¡¾ÍƼö¡¿¡¾¾Ù±¨¡¿¡¾ÆÀÂÛ¡¿ ¡¾¹Ø±Õ¡¿ ¡¾·µ»Ø¶¥²¿¡¿
ÉÏһƪ£ºÇ¿ÉúÃæÊÔ¹éÀ´£¬×ܽáÒ»ÏÂÕ⼸ÌìµÄ.. ÏÂһƪ£ºÓ¦½ìÉúJava±ÊÊÔÊÔ¾í

×îÐÂÎÄÕÂ

ÈÈÃÅÎÄÕÂ

Hot ÎÄÕÂ

Python

C ÓïÑÔ

C++»ù´¡

´óÊý¾Ý»ù´¡

linux±à³Ì»ù´¡

C/C++ÃæÊÔÌâÄ¿