Keel Framework 开源项目

围绕三种核心模式进行构建: 1. COP 模式(Component Oriented Programming:面向组件编程)这就为应用程序提供了一个灵活的插件(plugging/unplugging)框架

码头工人 2019-01-17   8462   0
P76

  解读mod_python 文档

编译时允许的最大守护进程数量 AP_MPMQ_HARD_LIMIT_THREADS=5 编译时允许最大线程数量 AP_MPMQ_MAX_THREADS=6 threads/child配置允许的最大线程数量 AP_MPMQ

kdlmasitan 2011-07-12   5953   0
P10

  squid反向代理作web加速-配置详解 文档

毫不犹豫地关闭swap,squid是个大进程,使用swap只能使性能下降 2.适合的操作系统: 能够支持posix线程实现异步io的操作系统,如:linux2.6内核的系统 3.适合的文件系统: reisfer

zhouyunmin 2011-12-08   4613   0

来网易运维的最佳日志实践 经验

日志中不要记录无用信息 在很多应用中,用户都需要通过Fuse方式来挂载使用NOS。 POSIX标准中文件系统接口不允许文件 /a 与目录 /a/ 同时存在,而NOS作为对象存储系统, /a 和

jopen 2014-01-19   56954   0

C++ 资源大全 经验

部分。 Standard Template Library :标准模板库 C POSIX library : POSIX系统的C标准库规范 ISO C++ Standards Committee :C++标准委员会

gf67 2015-06-12   100515   0

YYModel 源码剖析:关注性能 经验

[[NSLocale alloc] initWithLocaleIdentifier:@"en_US_POSIX"]; formatter.dateFormat = @"EEE MMM dd HH:mm:ss

范德萨 2018-06-19   32914   0

Docker存储方式选型建议 经验

者增加系统inode设置。 有兼容性问题。open(2)只完成部分POSIX标准,OverlayFS的某些操作不符合POSIX标准。例如: 调用fd1=open(“foo”, O_RDONLY) ,然后调用fd2=open(“foo”

HorBarwell 2016-10-11   8450   0

Python安全编码指南 经验

python -c 'import pprint, posix, os; os.environ["a="]="1"; print(os.environ); posix.unsetenv("a=")' environ({'a=':

jopen 2015-11-12   22794   0

Docker存储方式选型建议 经验

者增加系统inode设置。 有兼容性问题。open(2)只完成部分POSIX标准,OverlayFS的某些操作不符合POSIX标准。例如: 调用fd1=open(“foo”, O_RDONLY) ,然后调用fd2=open(“foo”

Boyd66Y 2016-10-14   18709   0
P40

  Hadoop 讲解 文档

键的在于数据访问的高吞吐量。 POSIX (表示可移植操作系统接口)标准设置的很多硬性约束对HDFS应用系统不是必需的。为了提高数据的吞吐量,在一些关键方面对POSIX的语义做了一些修改。 12. 大规模数据集

hans511002 2012-06-24   728   0
P9

  3.内置组件的应用 文档

id、random) 18) PropertiesLoader:属性文件操作工具类 19) Threads:线程相关操作工具类。 2.2. 自定义标签组件 1) ckeditor.tag:HTML在线编辑器。

sonrin 2016-12-29   1937   0
Spring   JEE框架   CSS   HTML   Java  

Java数据库连接池C3P0-0.9.2-pre3 发布 资讯

particular have reported deadlocks in which all pool threads are blocked on Statement close tasks.) [Many, many

jopen 2012-05-31   25739   0

Git分支初学指南 经验

objects: 56, done. Delta compression using up to 4 threads. Compressing objects: 100% (32/32), done. Writing

jopen 2014-03-03   35852   0

curl_init用法 经验

action=login';//登录页地址 $get_url = $discuz_url .'/my.php?item=threads'; //我的帖子 $post_fields = array(); //以下两项不需要修改 $

jopen 2014-08-15   75598   0
curl   PHP开发  
P16

  FastDHT----分布式Hash系统 文档

base_path=/home/yuqing/fastdht max_connections=32 max_threads=32 max_pkg_size=64KB min_buff_size=64KB store_type

cellcomcn 2012-09-18   5669   0

Percona Server 5.7 正式版发布 资讯

has been has been replaced by PERFORMANCE_SCHEMA.THREADS.THREAD_OS_ID column . If running under thread pool

jopen 2016-02-24   7545   0

python实现ssh批量登录并执行命令 代码段

']#你要执行的命令列表 username = "" #用户名 passwd = "" #密码 threads = [] #多线程 print "Begin......" for i in range(1

mxw8 2015-06-18   9221   0
Python  
P5

  Servlet 的应用与配置 文档

destroy()  This method is only called once all threads within the servlet's service method have exited

crh1212 2012-09-10   3634   0

Java Thread.join()详解 经验

monitor and waits until another thread notifies threads waiting on this object's monitor to wake up either

pcimt 2013-06-20   578528   0

Scribe日志收集系统介绍 经验

check_interval=1 max_queue_size=100000000 num_thrift_server_threads=2 # DEFAULT - write all messages to hadoop hdfs

jopen 2012-09-19   27073   0
1 2 3 4 5 6 7 8 9 10