Deploying ServerApplication
The fourth week saw me working on the ServerApplication from the Poco library. This system I am working on is a background process that will monitor and wait for the appropriate changes before actions are taken. First, I worked on pulling changes corresponding to events while ignoring other types of changes, then checking the event’s status. If its status reads stop, I pull all the performance documents corresponding to the stopped event. For each performance, I then grab all the Read more…