JDBC连接池:Vibur DBCP 经验

parameter, which when set to true, guarantees that the threads invoking the pool's take methods will be selected

jopen 2013-11-18   20849   0

Python 并行分布式框架:Celery 经验

Celery还支持不同的并发和序列化的手段 并发 Prefork , Eventlet , gevent , threads/single threaded 序列化 pickle , json , yaml ,

f663x 2015-03-13   315451   0

Android Volley 异步网络请求分析 经验

    // Create network dispatchers (and corresponding threads) up to the pool size.     for (int i = 0; i < mDispatchers

jopen 2015-07-28   15859   0

Redis 集群管理工具:redis-cluster-tool 经验

slave) -t, --thread=N         : set how many threads to run the job(default: 8) -b, --buffer=S    

jopen 2015-11-19   31543   0

centos源码安装php、nginx 经验

--with-http_spdy_module \ --with-ipv6 \ --with-threads \ --with-pcre=../pcre-8.38(pcre源码路径) make && make install

lzihua 2016-01-21   9151   0
P16

  JProfiler 工具使用简介 文档

iSoftStone Corporation. All Rights Reserved.7 8. Threads视图 它主要显示JVM中活动着的线程总数,分为活动的线程和不活动的线程。从中我们可以看出活动的

lqf 2014-12-08   459   0
P23

  芒果TV ELK 日志系统实践 -刘波涛 文档

ker Number(配置和内核数相同)num.network.threadsnum.io.threads 11. Logstash 12. Logstash性能问题,大量消耗CPU和内存容易僵死自定

bger 2015-10-28   642   0

Kafka Consumer开发的一些关键点 经验

partitions (to correspond to the number of processing threads), but each partition only goes to one stream.

jopen 2015-06-17   388443   0

Python 并行分布式框架:Celery 经验

Celery还支持不同的并发和序列化的手段 并发 Prefork , Eventlet , gevent , threads/single threaded 序列化 pickle , json , yaml ,

jopen 2016-01-05   11763   0

Hadoop和Spark的处理模型比较 经验

http://dongxicheng.org/framework-on-yarn/apache-spark-multi-threads-model/ 作者:Dong,作者介绍: http://dongxicheng.org/about/

jopen 2016-01-08   10239   0

Oracle官方并行逻辑备份工具mysqlpump 经验

much work in parallel as possible, but the dump threads lacked a synchronization point before backing up

SantiagoN57 2016-02-23   9486   0

简单说说AsyncTask 经验

on the UI thread without having to manipulate threads and/or handlers. AsyncTask的基本使用就是4个回调方法 onPreExecute()

CarC69 2016-12-13   4312   0

来自 360 团队的基于MySQL数据库中间层项目:Atlas 经验

有monitor,一般开发调试时设为false,线上运行时设为true event-threads = 4    #工作线程数,推荐设置与系统的CPU核数相等 log-level = message   

jopen 2013-07-02   41710   0
Atlas  
P18

  Jprofiler 介绍 文档

显示一张关于垃圾回收活动的活动时间表。 1.5.4类 Classes 显示一个与已装载类的图表的活动时间表。 1.5.5线程 Threads 显示一个与动态线程图表的活动时间表。

纠结的忘忆 2014-04-24   1709   0

Maven开始逃离 XML 阵营 资讯

命令行选项设置参数,比如添加下面的代码到.mvn/maven.config,你便可以非常简洁地来调用多线程构建: --threads 2C --quiet 当你每次从命令行运行 Maven 的时候,这些参数将被添加到所有参

jopen 2015-03-29   12891   0
Maven  

Apache Ant 1.9.5 发布 资讯

ConcurrentModificationException when tasks spawned new child threads that accessed the properties. Bugzilla Report

jopen 2015-06-04   7043   0
P14

  python lib基础库 文档

ONY2K为一个非空的字符串以便你调用年的时候都用4位的格式。如果2位的格式被允许,他们会按照POSIX或者X/Open标准被转换,如:69-99会被映射成1969-1999,而0-68,会被映射成2

huafenged 2011-10-19   552   0
P52

  linux基础知识培训 文档

可以发送信号给进程本身;Linux除了支持Unix早期信号语义函数sigal外,还支持语义符合Posix.1标准的信号函数sigaction(实际上,该函数是基于BSD的,BSD为了实现可靠信号机制,

jn7163 2017-04-11   5625   0
Linux   方案   手册   培训   Bash  

PHP最佳实践(译) 经验

, preg_* )函数 和 POSIXPOSIX扩展表示法, ereg_* ) 函数。 每个函数家族各自使用一种风格稍微不同的正则表达式。幸运的是,POSIX家族函数从PHP 5.3.0开始

jopen 2013-09-09   44107   0
PHP   PHP开发  
P137

  Linux 环境高级编程-第六讲线程 文档

调用pthread_mutex_unlock 调用pthread_mutex_broadcast等82 83. 条件变量POSIX.1说明:pthread_cond_broadcast等函数的调用无需考虑调用线程是否拥有锁,并

dan_lionly 2012-08-17   520   0
Linux   方案   Scala   ErLang  
1 2 3 4 5 6 7 8 9 10