From: Brent W. <bre...@in...> - 2001-01-19 19:15:12
|
Cool - did you have to create and event source and all that to get proper integration with the Tcl event loop? >>>Colin McCormack said: > > 3) If the server blocks for some other reason it can indeed starve clients . > > The most typical example is if you make SQL calls to a database server dir ectly > > from TclHttpd. Those calls will block until the SQL server returns the an swer. > > Right now the OraTcl and SybTcl interfaces do not really support a non-blo cking > > interface that will free up TclHttpd to get back into its event loop. > > I've got a postgresql tcl interface which doesn't block on the db server bac kend, so 3 doesn't necessarily apply. > > You can have it if you want, it's GPL :) > > Colin. > -- Brent Welch <bre...@in...> http://www.interwoven.com |