Skip to content

This is the message queue module for CyberServer. It is the IPC manner by which semi-long-running requests will be serviced.

Notifications You must be signed in to change notification settings

justincjack/message_queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

CyberServer Message Queue System

Done so far:

Created listening UNIX (IPC) socket on main thread that delegates new connections to the connection() function.

The connection function listens and sorts through anything (rather well) that it receives and only passes legitimate requests to the function "handle_message()" which runs in the context of the calling thread/connection. It will be responsible for parsing the request and putting it into the mutex-protected linked list of messages to be serviced and responded to.

About

This is the message queue module for CyberServer. It is the IPC manner by which semi-long-running requests will be serviced.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages