CodeIgniter Forums
Call to external program - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Call to external program (/showthread.php?tid=34343)



Call to external program - El Forum - 09-27-2010

[eluser]Ajaxian64[/eluser]
Hello all,

I have to set up this kind of architecture:
A Server on a PC in a local network, with CI. On the same PC runs a Perl application.
Sometimes the server receives request from users (www or from local network users) and has to request someting to the Perl program.
----
Solution that I see is:
Using a socket UDP to send request to the Perl Program

Do you see another solution ?

Thanks