P37

  证券交易系统架构设计_挑战与实施经验 文档

LayerWrapper LayerOS 操作系统 (Linux, UNIX, Free BSD等支持POSIX接口的操作系统)批处理架构 BAT Arch 消息通讯架构 MSG Arch 应用进程架构 SHL

x22p 2014-12-25   11067   0
P3

  Google 的云计算平台解析 分布式并行集群 文档

所有的数据操作的通信都是直接和块服务器进行的。客户端提供的访问接口类似于POSIX接口,但有一定的修改,并不完全兼容POSIX标准。通过服务器端和客户端的联合设计,Google File System

orangeking 2013-03-12   562   0

高级C的函数库 acl (advanced C library) 介绍 经验

等的库,主要是为了应对大并发网络程序的开发),pthread-win32(这是在win32平台下按Posix接口标准写的库,其中google的 chrome 浏览器就用到了它),当然还有更为著名的 C++

openkk 2012-08-17   88078   0

IOS开发之多线程技术 经验

给用户一种卡的坏体验 三、如何使用多线程技术 ios中多线程实现的多种技术方案: POSIX 表示可移植操作系统接口(Portable Operating System Interface )-----pthread

zmq6862699 2016-02-03   31658   0

2016 腾讯软件开发面试题(部分) 经验

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

nuws6854 2017-02-20   20793   0

总结2011年10个最重要的开源软件 资讯

独特的是,Node.js会假设你是在POSIX环境下运行它Linux 或 Mac OS X。如果你是在Windows下,那就需要安装MinGW以获得一个仿POSIX的环境。在Node中,Http是首要

openkk 2011-12-13   24970   2
Hadoop  

知无涯之回车换行的故事 资讯

man page 。实际上,所有遵循POSIX的平台都忽略了 b 这个参数。 虽说在这些平台上处理 EOL 非常简单,但是如果你的程序需要移植到其它非POSIX平台上时,请务必正确对待 b 参数。

jopen 2014-12-17   6091   0
换行  

Linux环境下使用rsyslog管理日志 经验

属性是否以指定字符串开始(startswith_i) regex 正则表达式(POSIX BRE 基本正则)匹配 ereregex 正则表达式(POSIX ERE 扩展正则)匹配 isempty 判断属性是否为空,不需要

m47g 2015-08-30   53206   0
rsyslog   Linux  

linux网络编程常见socket错误分析 经验

socket而言,EAGAIN不是一种错误。 EWOULDBLOCK:EAGAIN (POSIX.1-2001 allows) 资源暂时不可用。这个错误是从对非阻塞socket进行的不能立

jopen 2013-11-23   66114   0
Linux  

Linux下服务器端C++开发流程及相关工具介绍 经验

, 介绍的非常详细,全面 多线程支持 目前直通车这边多线程机制使用的都是 POSIX Theads 对于POSIX Theads,需要了解: What:什么是thread,pthread

jopen 2015-03-08   64849   0

C++扫描系统进程代码 代码段

%d", dwPriorityClass ); // List the modules and threads associated with this process //ListProcessModules(

jopen 2015-06-30   1017   0
C/C++  

利用ffmpeg在服务器端合成视频 经验

工作第四步就是要合成视频了。可以通过ffmpeg对图片和音频文件进行合并。进行合并的方法为: ffmpeg -threads2 -y -r 10 -i /tmpdir/image%04d.jpg -i audio.mp3

jopen 2012-10-19   233760   0

深入分析ThreadLocal 经验

variable for which each thread has its own value. All threads share the same {@code ThreadLocal} object, but

执著梦飞 2016-11-02   5302   0
P5

  OpenMq 基本命令使用 文档

7677 -Dimq.autocreate.queue=false -Dimq.jms.max_threads=512 -vmargs "-Xms3G -Xmx3G" & 2) jms集群 /opt/mq/bin/imqbrokerd

Wyh_D_Void 2013-08-05   3059   0

Apache Shiro的工作流程分析 经验

 ^Integer (options :max-threads 50))]     (.setMinThreads p (options :min-threads 8))     (when-let [ma

jopen 2014-09-26   89712   0

开源数据库,SQLite 3.8.8 发布 资讯

when running with many threads in shared cache mode where some of the threads are opening and closing

jopen 2015-01-17   12783   0
SQLite  

面向.Net程序员的dump分析 经验

在WinDbg输入如下命令 .shell -ci "~* kb;.echo MANAGED THREADS;!threads;.echo MANAGED CALLSTACKS;~* e !clrstack;"

jopen 2014-08-06   31672   0

Android的异步任务AsyncTask 经验

on the UI thread without having to manipulate threads and/or handlers. 是英语,虽然我能懂大概是什么意思,但是还是不翻译了,怕

jopen 2015-06-13   15863   0

CrackMapExec:域环境渗透中的瑞士军刀 资讯

number and exit //显示程序版本信息 -t THREADS Set how many concurrent threads to use (defaults to 100) //指定进程数

jopen 2016-01-20   11069   0
P65

  OGG 学习笔记 文档

tranlog, begin now, threads 1 eorakk 抽取进程的命名 tranlog 从日志抓取 begin now 从现在开始抓取 threads 1 rac共有几个节点 在执行这个操作之前需要执行

a576557380 2013-06-23   6338   0
1 2 3 4 5 6 7 8 9 10