octave-daemon
octave-daemon copied to clipboard
The PHP network daemon for GNU Octave
I am having an experiment, I need to run the same command like 30 times at the same time (coming in via multiple requests). How this daemon will be able...
Can you please create a web hook for Packagist, so the github will automatically tell when the new release? The manual for doing this is here https://packagist.org/about#how-to-update-packages Check section "GitHub...
Hi Gutza, Is there an example around handling structures returned from Octave? for example, function x = fn() x.a = 1; x.b = [1, 2; 3, 4]; x.c = "string";...
Hi, I am running a vagrant box. the following works fine: nohup octave-daemon -d -c /etc/octave-daemon.conf& from the quick start examples, the following works great in /var/www/html/test.php without even starting...
[root@VM_42_179_centos ~]# cd octave-daemon-1.0.1/ [root@VM_42_179_centos octave-daemon-1.0.1]# cd install [root@VM_42_179_centos install]# sudo php install Octave daemon now available in /usr/bin/octave-daemon Installation successful. You can start the daemon with `service octave-daemon start`...
I'm trying to use octave daemon (https://github.com/Gutza/octave-daemon) with php on my CentOS. I downloaded and run the install. The daemon was installed to usr/bin. When I want to start the...
When I am starting the service from the terminal with: service octave-daemon start the errors I am facing are /etc/init.d/octave-daemon: line 14: /etc/rc.d/init.d/functions: No such file or directory Starting GNU...
Installing on Centos 6.2 gives me the following error: -bash: ./install: /usr/lib/php: bad interpreter: Permission denied Changing the first line in the install script to #!/usr/local/bin/php let me install the...