From 6921d2df9e60525d6e0ddb9452f6eea5845b670c Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 26 Feb 2013 18:31:56 +0000 Subject: thread messaging --- rotord/rotord.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rotord/rotord.cpp') diff --git a/rotord/rotord.cpp b/rotord/rotord.cpp index 6ea61df..22e2e9f 100755 --- a/rotord/rotord.cpp +++ b/rotord/rotord.cpp @@ -193,6 +193,10 @@ HTTPRequestHandler* RotorRequestHandlerFactory::createRequestHandler(const HTTPS //pass a message object with the command type and contents selected? //every action will have a seperate work function in the render_context //some of these functions have to return data immediately- maybe a queue isn't the ideal model + //what's the best way to seperate these? + //could have a seperate mutex for the graph + //all the get methods want to get something from the render context and express it in xml. + //what is the best way... if (command[1]=="audio") { if (request.getMethod()=="PUT") { //get audio file location and initiate analysis -- cgit v1.2.3