为什么linux下多线程程序如此消耗虚拟内存 经验

sockets and cores. This is achieved by assigning threads their own memory pools and by avoiding locking

jopen 2015-01-29   20294   0
Linux  
P7

  POCO C++ 库学习和分析 -- 通知和事件 (三) 文档

    /// a controlling thread to one or more worker threads. Each worker thread   9.     /// repeatedly ca

michealtig 2014-09-12   3933   0
P54

  11g R2 RAC for Linux实施文档 文档

E/network/jlib export CLASSPATH THREADS_FLAG=native; export THREADS_FLAG export TEMP=/tmp export TMPDIR=/tmp

sgy5621871 2013-07-29   1984   0
P4

  数据库性能测试方法及方案示例 文档

主从延迟:SECOND_BEHIND_MASTER 慢查询:SLOW_QUERIES_PT 连接数:THREADS_CONNECTED、THREADS_RUNNING n STL-tools 监控集群负载 附:性能指标: 系统负载:

cyjdz616 2016-09-05   2418   0
方案  
P11

  JBPM3.2与Spring结合时任务调度的实现 文档

Collection threads = jbpmConfiguration.getJobExecutor().getThreads() .values(); Iterator iter = threads.iterator();

daodaodaod 2012-01-13   4761   0

mysql 优化方案 经验

+---------------------+-------+ | slow_launch_threads | 0      | | slow_queries         | 4148 |

jopen 2014-04-23   16630   0

mysql 性能优化方案 经验

+---------------------+-------+ | slow_launch_threads | 0      | | slow_queries         | 4148 |

openkk 2012-02-24   95246   0
P10

  高性能HTTP加速器Varnish 3.0.3安装配置详解 文档

worker threads to start指定启动的最小的线程数 VARNISH_MIN_THREADS=50 # # # The Maximum number of worker threads to start指定启动的最大的线程数

cooloves 2013-06-04   5934   0
HTTP  

一行Python代码完成并行任务 资讯

Producer(): # Queue is used to share items between # the threads. queue = Queue.Queue() # Create an instance of

jopen 2014-02-14   110976   0
Python  

Python一行代码完成并行任务 经验

    # Queue is used to share items between        # the threads.        queue = Queue.Queue()             # Cr

miyr8084 2017-04-13   14024   0
P6

  osCache 配置说明 文档

OSCache handles the subsequent 'non-building' threads. The default behaviour (cache.blocking=false) is

zhouyunmin 2012-09-04   3158   0

Mysql的My.ini文件详细说明 经验

query_cache_size=15M # The number of open tables for all threads. Increasing this value # increases the number

jopen 2013-05-14   30244   0

分布式文件系统,Ceph 0.89 发布下载 资讯

Sage开始全职投入到Ceph开 发之中,使其能适用于生产环境。Ceph的主要目标是设计成基于POSIX的没有单点故障的分布式文件系统,使数据能容错和无缝的复制。2010年3 月,Linus Torvalds将Ceph

jopen 2014-12-05   9885   0
Ceph  

自由软件正则表达式引擎的对比 资讯

就是使用的这个引擎),专注于并行化的 tre 和 Google 在 2010 年发布的 re2 。sljit 正则引擎不兼容 POSIX 和 PERL,而是在设计的各个方面跟随了 Ken Thompson 的脚步,基于 DFA (确定有限状态机)和

webphp 2011-09-29   14483   0

一个精简版的MySQL分支,Drizzle 2012.01.30 发布 资讯

核架构 等业务 Drizzle的特征 有: 基于MySQL 6.0的源码树 无附加库 遵守POSIX 微内核设计 可插拔架构,适用于视图、存储过程、UDF、存储引擎等 跨多个节点的Sharding技术

webphp 2012-01-14   10424   0
MySQL  

微软发布 OpenSSH for Windows 更新 资讯

替代 OpenSSL/LibreSSl,作为 Windows Service 运行 解决 POSIX 兼容性问题 提升稳定性,解决已报告的问题 发布生产版本 这个开发计划是为了提供拥有完整功能和互操作性的

jopen 2015-10-19   6070   0
OpenSSH  

MPEG 播放器和解码器 Mpg123 经验

cross-platform Audio API) PulseAudio (sound server for POSIX and Win32) SDL (Simple DirectMedia Layer) Sun Audio

jopen 2011-12-25   31391   0

文件系统性能测试工具 Filebench 经验

FreeBSD, and Solaris platforms (should work for any POSIX-compliant Operating System) 项目主页: http://www.open-open

openkk 2012-02-28   31087   0

C++ 异常堆栈跟踪器:libcsdbg 经验

addr2line 信息(源码级别) 功能列表: 复杂的异常堆栈跟踪(支持 addr2line) POSIX 线程堆栈跟踪详情(支持 addr2line) 完全支持 Position Independent

jopen 2013-11-10   14723   0

一个源代码上下文感知的代码搜索工具:Cgrep 经验

Standard searches : through Boyer–Moore and Posix Regex. Code Tokenizer : Searches as prefix, infix

jopen 2014-06-20   19592   0
Cgrep  
1 2 3 4 5 6 7 8 9 10