# PollServer **Repository Path**: bytes33/PollServer ## Basic Information - **Project Name**: PollServer - **Description**: 1.运用加锁队列实现的多生产者多消费者实例模型 2.从数据库中取出数据然后使用TXAPI进行数据推送 - **Primary Language**: C# - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2015-09-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #PollServer 1.运用加锁队列实现的多生产者多消费者实例模型 2.从数据库中取出数据然后使用TXAPI进行数据推送 #V2.0 1. 用lock free 队列代替加锁队列 #V2.1 1. 加入一些我用的很爽的 库