I found similar questions on python and Java but I can’t solve my problem effectively.
I have a python script that carries intellectual property protection. So I cant rewrite it in Java. Now I need to run this python script which contacts the Postgresql 9.1 database and returns processed information as result. This python script gets updated every 3 months.
Now I need to run this from Coldfusion 10 application without affecting the performance of the application.
Any suggestions?
Where does the python script reside? If its on the same machine as CF, you can use CFEXECUTE to execute the python script.