I have a website built with PHP. I have an Erlang application running as a daemon on the same server. I need to call functions on the Erlang application from PHP and get back the result.
PHP / Erlang bulundu ve PHP modülleri üzerinde ama ben bu sunucuda bir PHP modülünü kuramazsınız ettik, ben sadece PHP kodu kullanabilirsiniz.
Bunu çözmek için bildiğim tek yolu PHP konuşmak mümkün olacak yerel bir Erlang web sunucusu çalıştırılır.
Is there a better way to solve it? If using a httpd server is the best way, what Erlang server should I use? It should be as light as possible and doesn't need features like SSL and doesn't need to handle large load.
Teşekkürler