From: Zoran V. <zv...@ar...> - 2006-09-27 15:42:01
|
On 27.09.2006, at 17:31, Vlad Seryakov wrote: > > We are usuing PHP with RoundCube Webmail and Drupal > (http://www.drupal.org) system and it never crashed and works very > stable. Amazing just how many CMS systems are out there... > I thought that Javascript can be used same way, as external module. > And Tcl will not be overhead beacuse if my conn thread does not > call any > Tcl script Tcl interp is not used, instead i can register Javascript > server-side proc that will be called directly through the module. It is much more than that: you need to open some of the things now only visible to the Tcl level, to Javascript as well in order to do something "meaningful". But is not impossible. It is just work... |