Hi all,
I'm just picking up PHP, and am really appreciating the transition, however,
I'm running into somewhat of a loggerhead. I'm trying to find a way to
utilize our existing code infrastructure (primarily written in TCL), while
providing an outlet for new technology (aka PHP). It seems that Tcl isn't
really well suited for integration with HTML pages (Rivet is fine, but not
as fleshed out as PHP seems to be). I was wondering if there is any
mechanism in which I can make embedded calls from PHP to TCL libraries? My
first priority would be for these processes to be somewhat embedded (ie:
avoid using a cgi-approach to invoke a new instance of Tcl each time the
particular page is requested via Apache).
Any advice is greatly appreciated! Cheers!
d.
I'm just picking up PHP, and am really appreciating the transition, however,
I'm running into somewhat of a loggerhead. I'm trying to find a way to
utilize our existing code infrastructure (primarily written in TCL), while
providing an outlet for new technology (aka PHP). It seems that Tcl isn't
really well suited for integration with HTML pages (Rivet is fine, but not
as fleshed out as PHP seems to be). I was wondering if there is any
mechanism in which I can make embedded calls from PHP to TCL libraries? My
first priority would be for these processes to be somewhat embedded (ie:
avoid using a cgi-approach to invoke a new instance of Tcl each time the
particular page is requested via Apache).
Any advice is greatly appreciated! Cheers!
d.
Comment