10-16-2019, 01:12 PM
(10-16-2019, 01:07 PM)remkonoteboom Wrote: When you say "inside TACTIC", do you mean as a library that Python code can access or do you mean to run as a separate thread or do you mean as a separate process running beside TACTIC? How do you "run" this bot? If there is a library that allows for internal running of the bot, then you can access it in process. We do this with numerous interal services. CherryPy is a good example. We also use a sheduler which runs internally, which can fire off threads to do separate tasks.Hi! Thank you for answering me.
By running inside a TACTIC, I mean running a process that can be started, closed, or restarted by a TACTIC, and this process would have access to all the objects that the current TACTIC server-instance operates on.
At the moment, the bot is running as a separate python process that accesses the tactic through tactic_server_stub via localhost