Skip to content

基于多进程、多线程的生产者-缓存消息队列(Redis)-消费者模式

License

Notifications You must be signed in to change notification settings

Chanran/multithreadPBC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java多线程多进程生产者-缓存队列-消费者模式

简介

在自己的PC机上使用多进程,多线程实现生产者-缓存队列-消费者模式,进程间通过socket通信。

使用的技术

  • 多进程通信:socket
  • 多线程:Thread
  • 缓存队列:redis (java jedis)

知识链接

About

基于多进程、多线程的生产者-缓存消息队列(Redis)-消费者模式

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages