RejectedSoftware Forums

Sign up

Need help with ArangoDB and vibed?

Could anybody look at next topic on SO and suggest what I can try to do to get it's work? http://stackoverflow.com/questions/32383889/cant-retrieve-result-from-arangodb-with-vibed

Re: Need help with ArangoDB and vibed?

On Fri, 04 Sep 2015 10:37:44 GMT, Suliman wrote:

Could anybody look at next topic on SO and suggest what I can try to do to get it's work? http://stackoverflow.com/questions/32383889/cant-retrieve-result-from-arangodb-with-vibed

have you tried using std.net.curl;

http://dlang.org/phobos/stdnetcurl.html#.post

Re: Need help with ArangoDB and vibed?

Sorry, that was my issue.

Re: Need help with ArangoDB and vibed?

Am 07.09.2015 um 22:47 schrieb Suliman:

Sorry, that was my issue.

Just be sure to execute all curl code in a separate thread (or inside of
a runWorkerTask) to avoid the main event loop being blocked.