Hey,so this is mainly a question to linas. You seem to want to get rid of the CogServer and I was wondering what exactly you would prefer in its place.The way I see it the CogServer currently serves a vital role in the whole Architecture by providing a way for all the different parts of OpenCog to come together in one place.And by managing a bunch of threads used by the various modules.
And those seem to be functions that we will always need. So I don't really see how the CogServer could be replaced. Improved and Changed sure but not replaced.So how do you see OpenCog working without a CogServer?
--best regardsRoman
You received this message because you are subscribed to the Google Groups "opencog" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opencog+unsubscribe@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
Visit this group at https://groups.google.com/group/opencog.
To view this discussion on the web visit https://groups.google.com/d/msgid/opencog/fb65213f-7bb7-4746-9893-1d4190f2474c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
best regardsRoman
To unsubscribe from this group and stop receiving emails from it, send an email to opencog+u...@googlegroups.com.
Okay so make Mind-Agents managed their own resources. Yea that makes sense.You'd still need some simple Agent-Manger but yea I can see how that would clean up the overall design.
best regardsRoman
To unsubscribe from this group and stop receiving emails from it, send an email to opencog+u...@googlegroups.com.
GUILE_LOAD_PATH environment variableI tried this approach, but running into issues when loading a modulescheme@(guile-user)> (use-modules (opencog))While compiling expression:ERROR: no code for module (opencog)
I saw on github that someone mentioned manually copying the modules into the Guile module path. Can someone provide more clarification on what to copy?
Also tried to run CogServer compiled using PostgreSQL 9.5 (Ubuntu 16.04), and am unable to access the SQL commands (sql-load, sql-open, etc). No error was reported