搜索资源列表
proxool-0.9.1
- 数据库连接池类。大家下载了可以学习下,里面大多使用了线程池的方式。-Database connection pool class. We downloaded can learn, under which most of the way using the thread pool.
Tojsendmsg
- 多线程循环尝试连接url链接,连接成功则结束此线程,连接失败则重复尝试直到成功为止-Multi-threaded loop trying to connect url link, the end of this thread is a successful connection, the connection fails, repeat attempts until success
fuwuqi
- 服务器主线程,负责为每个发出请求连接的客户端分配一个服务线程。-Server main thread is responsible for each client connection request is assigned a service thread.
src
- implements a thread that send data over a udp connection-implements a thread that send data over a udp connection...
thread
- 多线程的练习小例子 有助与对多线程的理解 希望对你们有所帮助-Small example of multi-threaded connection you want to help
javawebprogram
- 运用线程池的方法实现的多线程回声服务器和客户端和运用非阻塞模式实现的不断接收用户输入的域名,然后与该主机的80端口建立连接,并打印建立连接所花费的时间的测试程序。-The method used to achieve thread pool multi-threaded echo server and client, and the continuous use of non-blocking mode to receive user input to achieve the domain na
omegabb-0.9.2.tar
- OmegaBB 将 AJAX 思维纳入论坛软件,使实时的留言板,与所有其他人不同。其特点是快速、 轻松的导航、 侧面板时您跟踪的任何的线程更改的通知、 公共和私人的线程,wiki 文章系统和更多的选项卡式的论坛。 OmegaBB 是一个使用 Ajax 技术实现的论坛软件,提供近乎实时的消息版,tab标签方式的论坛浏览用于快速和轻松的导航,边栏提供所监控信息的更新等。 使用方法: 下载解压后上传至空间,新建一个数据库将omegabb.sql导入,然后修改confi
BluetoothOppService
- Performs the background Bluetooth OPP transfer. It also starts thread to accept incoming OPP connection for Andriod.
DBConnectionPool
- private String dbDiv = "" // 数据库驱动 private String dbUrl = "" // 数据 URL private String dbUser = "" // 数据库用户名 private String dbPassword = "" // 数据库用户密码 private String testTable = "" // 测试连接是否可用的测试表名,默认没有测试表 private int initialConnections
TLSMessageProcessor
- Sit in a loop waiting for incoming tls connections and start a new thread to handle each new connection. This is the active object that creates new TLS MessageChannels (one for each new accept socket).
CHATROOM
- 摘要:Java源码,网络相关,聊天程序 一个Java聊天程序服务端和客户端程序,C/S结构,ChatServer 类实现了一个聊天室服务器端, 此类有一个构造器, 在构造器中使用newServerSocket()建立一个Socket 连接。RunServer()方法中运行聊天服务,通过Socket 类的getInetAddress().getHostName() 方法获得主机名, 建立新的ChatHandler 对象实例, 在synchronized (clients)中取得与客户端的同步。
javaweb
- 采用Socket和多线程技术,实现一个java Web服务器,加深对HTTP的认识。 新建java项目 webServer 新建java文件 WebServer.java Processor.java 一、HTTP协议的作用原理 WWW是以Internet作为传输媒介的一个应用系统,WWW网上最基本的传输单位是Web网页。WWW的工作基于客户机/服务器计算模型, 由Web 浏览器(客户机)和Web服务器(服务器)构成,两者之间采用超文本传送协议(HTTP)进行通信。HTTP协议是基于TC
directMotionExample
- Program that drives the robot around using the directmotion commands (no Actions or obstacle avoidance). it also runs therobot in its own thread, and has examples of connection handler callbacks.-Program that drives the robot around using the direct