E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
MAX_THREADS
多线程中ThreadPoolExecutor.map()中传递多个参数
withconcurrent.futures.ThreadPoolExecutor(
max_threads
)asexecutor:results=executor.map(get_captcha_image
莺声门径
·
2024-01-24 11:39
python
epoll 在多线程环境中实现并发服务器的例子
定义常量#definePORT8001#defineMAX_EVENTS10#defineMAX_THREADS4//全局变量intlisten_fd,epoll_fd;pthread_tthreads[
MAX_THREADS
WAWA源
·
2023-04-19 00:56
服务器
c++
c语言
python futures.ThreadPoolExecutor实现
_threads)<
max_threads
:self._thre
wangfp
·
2023-03-18 16:18
对Tensorflow限制内存配置方式
iflen(tf.config.list_physical_devices("GPU"))==0:num_cpu=os.cpu_count()
max_threads
=int(os.getenv("NUM_CPU
yingchenwy
·
2023-01-07 07:01
python
人工智能
深度学习
使用aiohttp实现高并发网络请求
importasyncioimportaiohttpclassAsnycGrab(object):def__init__(self,url_list,
max_threads
):self.urls=url_listself.max_threads
花姐毛毛腿
·
2020-08-20 19:08
python基础
并发 service接口
privatestaticfinalintMAX_THREADS=1000;//模拟1000用户请求做并发调用远程接口privateCountDownLatchcdl=newCountDownLatch(
MAX_THREADS
坐在桥上看风景
·
2020-08-16 22:28
linux下C语言实现的线程池
01/open.solaris/816-5137/ggedn/index.html外部接口:构造一个线程池,注意这里并不创建线程,只是设置相关参数min_threads:线程池中存在的最少可用的线程数;
max_threads
xuwqiang1994
·
2020-08-16 04:01
线程池
C语言
Linux 查看文件和文件夹的大小 学习笔记
查看日志,发现如下描述:Itispossiblethatmysqldcoulduseuptokey_buffer_size+(read_buffer_size+sort_buffer_size)*
max_threads
专职跑龙套
·
2020-07-30 17:31
mariadb 内核崩溃导致服务无法启动
journalctl-xeumariadb查看日志如下May0317:19:31zabbixmysqld[52493]:thread_count=0May0317:19:31zabbixmysqld[52493]:
max_threads
NewRain_wang-明宇
·
2020-07-06 23:41
关系型数据库
OP
linux 进程数最大值修改
实际的系统进程数上限收到3个配置项的影响:1、threads-max(/proc/sys/kernel/threads_max)这个值表示物理内存决定的系统进程数上限,fork_init中有:
max_threads
beatle_1983
·
2020-07-01 18:51
Linux
linux shell设置颜色
使用echo或者printf时,可以添加输出文本的颜色设置echo-e"Maximum\e[1;31m"$
max_threads
"\e[0mthreadsallowed!"
weixin_33708432
·
2020-06-28 03:18
Linux 系统线程总数问题
在kernel2.4.x中,采用一套全新的总进程数计算方法,使得总进程数基本上仅受限于物理内存的大小,计算公式在kernel/fork.c的fork_init()函数中:
max_threads
=mempages
tianyue168
·
2020-06-26 19:33
Linux相关
linux 进程数最大值修改方法
实际的系统进程数上限收到3个配置项的影响:1、threads-max(/proc/sys/kernel/threads_max)这个值表示物理内存决定的系统进程数上限,fork_init中有:
max_threads
beatle_1983
·
2018-07-12 10:01
Android源码之Binder(四)
//caseBINDER_SET_MAX_THREADSif(copy_from_user(&proc->
max_threads
,ubuf,sizeof(proc->
max_threads
))){[//
zzu_007
·
2015-12-04 09:00
android
Tuning OPP in EBS Oracle EBS 11i&R12
ThreadsProcessesJvmmemoryargumentThreads&ProcessesThreads和Processes的设置可以在并发管理器定义的页面中看到,如下:其中,2代表servicethreads的数量,
max_threads
花菜土豆粉
·
2015-01-02 00:00
ebs
oracle
解决使用pthread_create函数造成的内存泄露
//test1.cc #include #include #include #include using namespace std; const int
MAX_THREADS
=
zb872676223
·
2014-10-22 12:00
并发管理器opp错误举例2
521892.[6/25/1412:44:43PM][main]InitializationParameters:oracle.apps.fnd.cp.opp.OPPServiceThread:2:0:
max_threads
changyanmanman
·
2014-06-30 22:00
5.3版本mongoose的多线程实例源代码
#include #include #include #include"mongoose.h" #defineMAX_THREADS2 staticstructmg_server*server[
MAX_THREADS
dotphoenix
·
2014-05-26 09:00
多线程
multithread
mongoose
binder ---Service Manager 简要图程
结构中threads树用来保存binder_proc进程内用于处理用户请求的线程,它的最大数量由
max_threads
来决定;node树成用来保存binder_proc进程内的Binder实体;refs_by_desc
new_abc
·
2012-10-31 11:00
解决使用pthread_create函数造成的内存泄露
//test1.cc #include #include #include #include using namespace std; const int
MAX_THREADS
=
mafuli007
·
2012-07-05 07:00
JOIN
thread
null
线程操作相关
#include #include #include #define
MAX_THREADS
5 DWORD WINAPI ThreadProc
hackfreer
·
2011-08-02 13:48
线程
职场
sdk
休闲
Linux系统进程数上限
实际的系统进程数上限收到3个配置项的影响: 1、threads-max 这个值表示物理内存决定的系统进程数上限,fork_init中有:
max_threads
=
chuqingq
·
2010-08-04 15:00
thread
linux
.net
Blog
Linux 系统线程总数问题
在kernel2.4.x中,采用一套全新的总进程数计算方法,使得总进程数基本上仅受限于物理内存的大小,计算公式在kernel/fork.c的fork_init()函数中:
max_threads
=mempages
tianyue168
·
2009-09-10 16:00
thread
linux
JAVA服务器端Socket线程池
*;public class ThreadPool { public static final int
MAX_THREADS
= 100; public static final int
lzchao2009
·
2009-04-28 14:07
java
socket
职场
休闲
Clamav杀毒软件源码分析笔记[七]
if ((thr_pool=thrmgr_new(
max_threads
, idletimeout, scanner_thread))
littlehedgehog
·
2008-10-07 22:00
thread
session
kill
command
null
杀毒软件
一个线程池实例(继续)
import java.util.Vector; public class ThreadPool { public static final int
MAX_THREADS
= 100; //最大线程数
westlifesz
·
2007-01-19 22:00
多线程
thread
C++
c
C#
上一页
1
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他