码迷,mamicode.com
首页 >  
搜索关键字:connections    ( 949个结果
HANA Index Server Architecture
At the top is the Connection and Session Management which creates and manages sessions and connections for the database clients such as SAP BusinessOb...
分类:其他好文   时间:2014-11-06 17:18:09    阅读次数:272
Atitit.Gui控件and面板----web server区----- web服务器监控面板and控制台条目
Atitit.Gui控件and面板----web server区----- web服务器监控面板and控制台条目   1. Resin4.0.22 1 2. 查看http连接数::Summary>>tables 1 2.1.1. Open Connections 1 2.2. TCP ports? 1 3. 查看app::confgi?>>webapps 2 3.1. Host ht...
分类:Web程序   时间:2014-11-03 21:03:26    阅读次数:230
Is it possible to configure PostgreSQL to automatically close idle connections?
1、use pgbouncer可以利用pgbouncer的server_idle_timeout参数server_idle_timeout:;; Close server connection if its not been used in this time.;; Allows to clean ...
分类:数据库   时间:2014-11-02 12:21:09    阅读次数:296
How to drop a PostgreSQL database if there are active connections to it?
1、PostgreSQL 9.1 and below:SELECT pg_terminate_backend(pg_stat_activity.procpid)FROM pg_stat_activityWHERE pg_stat_activity.datname = 'TARGET_DB' AND....
分类:数据库   时间:2014-11-01 20:27:22    阅读次数:298
openfire smack消息回执设置,处理掉包问题
在网络不稳定时,openfire容易出现掉包情况,原因是在客户端掉线时,openfire并不能马上知道客户端已经断线,至于要多久才能发现客户端断线,跟服务器端设置的Idle Connections 时间有关。默认为360秒。 为解决掉...
分类:系统相关   时间:2014-10-31 01:19:54    阅读次数:817
muduo源码分析--Reactor模式的在muduo中的使用(二)
一. TcpServer类: 管理所有的TCP客户连接,TcpServer供用户直接使用,生命期由用户直接控制。用户只需设置好相应的回调函数(如消息处理messageCallback)然后TcpServer::start()即可。 主要数据成员: boost::scoped_ptr acceptor_; 用来接受连接 std::map connections_; 用来存储所有连...
分类:其他好文   时间:2014-10-30 20:58:21    阅读次数:185
SQL Server 一些重要视图2
1、 sys.dm_tran_session_transactions 为每一个没有关闭的事务返回一行。session_id 可以与sys.dm_exec_connections.session_id 关联。2、 sys.dm_exec_connections 为每一个连接返回一行。most...
分类:数据库   时间:2014-10-25 10:30:27    阅读次数:245
SQL Server 一些重要视图3
1、 sys.dm_tran_locks; 为每一把锁返回一行、request_session_id 可以与sys.dm_tran_session_transactions \sys.dm_exec_connections相关联。 request_status 查看锁的分配情况2、 sys....
分类:数据库   时间:2014-10-25 10:23:49    阅读次数:178
问题解决:1040-Too many connections 错误
今天启动一个web服务的时候tomcat在Eclipse下总是启动失败,并且在启动此web服务的同时,访问Mysql其他库的表会报错,如下图:错误原因:mysql规定的最大连接数为151,但是启动的web服务初始化连接池初始化了200个连接,所以tomcat启动服务失败,而且在启动此web服务过程中初始..
分类:其他好文   时间:2014-10-20 19:42:44    阅读次数:178
Linux nc 命令传输文件
NAMEnc - arbitrary TCP and UDP connections and listensSYNOPSISnc [-46DdhklnrStUuvz] [-i interval] [-p source_port] [-s source_ip_address] [-T ToS] [-w...
分类:系统相关   时间:2014-10-18 22:18:06    阅读次数:251
949条   上一页 1 ... 86 87 88 89 90 ... 95 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!