Python并发编程之线程池/进程池 经验

read() # We can use a with statement to ensure threads are cleaned up promptly with concurrent.futures

sulx8238 2017-01-19   12685   0

JVM参数设置详解 经验

Generation 使用 parallel collector, 并行收集 , 暂停 app threads, 同时启动多个垃圾回收 thread, 不能和 CMS GC 一起使用 . 系统吨吐量优先

jopen 2012-09-11   41349   0
JVM   Java开发  

使用jmap和MAT观察Java程序内存数据 经验

匹配类名,查看对应的类(Class)的对象(Object),或者对应类的静态成员(Static Member) Threads View查看:可以看到各个线程的 调用栈 ,以及 局部引用 的值 Object Query

RoseannaFor 2016-01-20   26247   0

Java NIO 使用实例 经验

Listens on the socket. Creates jobs for the handler threads*/ private class Listener extends Thread { private

jopen 2013-10-01   35804   0

Tomcat在生产环境中的性能优化 经验

如下, org.apache.tomcat.util.threads.ThreadPool logFull SEVERE: All threads (250) are currently busy, waiting

jopen 2013-07-23   83817   0

MySQL binlog 物理回溯最佳实战 经验

00 --oltp-read-only=off --init-rng=on \ --num-threads=16 --max-requests=0 --oltp-dist-type=uniform --max-time=1800

Gus8036 2017-03-15   57689   0

mitmproxy套件使用攻略 资讯

'http://jd.com'] threads = [gevent.spawn(self.task, url) for url in url_list] gevent.joinall(threads) get_test

jopen 2015-08-31   66316   0
P34

  Oracle Database In-Memory 文档

M6 Processors 96 Cores, 8 HW threads per core for a total of 768 threads 4 TB Memory Solaris 11.1 Sun

zts2014 2014-10-23   415   0
P59

  JVM performance tunin 文档

pools with m⨯n resource association. 200 pooled threads using 50 connections: you end up with 10 000 connection

leh627 2013-01-04   2234   0
Java开发   Apache   Buffers   Scala   Go  

使用函数式编程语言 ELM 开发游戏 经验

Functional Programming的时候,我发现这种方法也很适合游戏编程,而且我也对如何解决问题很感兴趣。 为什么我选择用 Functional Programming开发游戏呢? 简单的

jopen 2015-02-26   18238   0

Linux书架 经验

编程类 类Unix系统的编程书籍里,最经典的莫过于简称为APUE的《Advanced Programming in the UNIX Environment》 (中译名是“Unix环境高级编程”),

openkk 2012-06-09   82700   0
Linux  

用Swift写的一个简单的App:FoodPin 经验

用Swift写的一个简单的App。案例来自Beginning iOS 8 Programming with Swift一书。内容涉及AutoLayout、Core Animation、Core Data、国际化及ios8的一些新特性。

jopen 2014-11-25   29855   0
P31

  Java 语言的反射机制 文档

loader, Class [] interfaces) 250 Java Netword Programming PDF 文件使用 "pdfFactory Pro" 试用版本创建 -----------------------

jackyzgy 2012-05-08   392   0

iOS App 从点击到启动 经验

码操作系统, 是开源、符合POSIX标准的一个Unix核心。这一层包含并提供了整个iPhone OS的一些基础功能,比如:硬件驱动, 内存管理,程序管理,线程管理(POSIX),文件系统,网络(BSD

lls1261110 2016-11-08   9776   0
P66

  Linux内核源代码导读 (免费) 文档

team of hackers across the Net. It aims towards POSIX and Single UNIX Specification compliance. Linux的功能

ld1024 2012-04-29   971   0
Linux  

iOS App从点击到启动 经验

码操作系统, 是开源、符合POSIX标准的一个Unix核心。这一层包含并提供了整个iPhone OS的一些基础功能,比如:硬件驱动, 内存管理,程序管理,线程管理(POSIX),文件系统,网络(BSD

suke_008 2016-11-13   6433   0
P66

  Linux 内核源代码(free) 文档

team of hackers across the Net. It aims towards POSIX and Single UNIX Specification compliance. Linux的功能

云毅Y 2014-11-29   3551   0
Linux   C#   Intel   x86   C/C++  

使用 C++11 编写 Linux 多线程程序 经验

调试多线程程序的时候,可以输入命令 info threads 查看当前的线程列表,通过命令 thread n 切换到第 n 个线程的上下文,这里的 n 是 info threads 命令输出的线程索引数字,例如,如果要切换到第

jopen 2014-12-16   33332   0
P23

  Nginx搭建胜过Apache十倍的web服务器-第6版 文档

" wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.10.tar.gz wget http://bart.eaccelerator

fmms 2011-08-07   544   0
P22

  Nginx+PHP(FastCGI)搭建手册 文档

" wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-7.9.tar.gz wget http://bart.eaccelerator

guojing 2010-10-07   3678   0
1 2 3 4 5 6 7 8 9 10