Re: [AOLSERVER] Native drivers for SAP DB and/or Firebird

2003-07-05 Thread Andrew Piskorski
On Sat, Jul 05, 2003 at 08:07:15PM +0200, Wojciech Kocjan wrote: > Radu-Mihail Obada wrote: > >Hey everyone, > >Just curious if there are any native drivers for SAP DB and/or Firebird, > >cause I'm intending to deploy a three-tier solution based on (preferably) > >a SAP DB backend (or Firebird, for

Re: [AOLSERVER] Tcl shared channels

2003-07-05 Thread Zoran Vasiljevic
On Saturday 05 July 2003 17:21, you wrote: > Hi, > > I wrote the ns_chan code -- not surprised it doesn't work because the > implementation seemed dubious at the time. I strongly suggest to follow the following path Most of the time, the pattern of accessing Tcl channels from several threads

Re: [AOLSERVER] Native drivers for SAP DB and/or Firebird

2003-07-05 Thread Wojciech Kocjan
Radu-Mihail Obada wrote: Hey everyone, Just curious if there are any native drivers for SAP DB and/or Firebird, cause I'm intending to deploy a three-tier solution based on (preferably) a SAP DB backend (or Firebird, for that matter). SAPDB uses ODBC as *native* api, so you should probably ask abou

[AOLSERVER] Native drivers for SAP DB and/or Firebird

2003-07-05 Thread Radu-Mihail Obada
Hey everyone, Just curious if there are any native drivers for SAP DB and/or Firebird, cause I'm intending to deploy a three-tier solution based on (preferably) a SAP DB backend (or Firebird, for that matter). Best regards, Radu - Radu-Mihail Obada -- AOLserver - http://www.aolserver.com/

Re: [AOLSERVER] Tcl shared channels

2003-07-05 Thread Jim Davidson
  Hi,   I wrote the ns_chan code -- not surprised it doesn't work because the implementation seemed dubious at the time.   Moving forward, there's some code in tclsock.c which shares channels via dup'ing the underlying socket as Zoran suggested below.  That seems to work but looks like a lot

Re: [AOLSERVER] Aolserver 4.0 and Ns_TclEnterSet

2003-07-05 Thread Jim Davidson
In a message dated 7/4/2003 7:23:47 PM Eastern Daylight Time, [EMAIL PROTECTED] writes: I discovered that when the function is called multiple times  with the sameinterp.Ns_TclEnterSet(interp , A_Ns_Set , NS_TCL_SET_TEMPORARY | NS_TCL_SET_DYNAMIC);the interp->result is not set to the value (

Re: [AOLSERVER] Tcl shared channels

2003-07-05 Thread Zoran Vasiljevic
On Friday 04 July 2003 12:34, you wrote: > > To be honest, I havent look at the implementation yet. > It seems to me that I should do this soon. I will keep you > informed about my findings. Thanks for reporting this one. > Well, as it looks like, this sharing of channels looks very suspicious. No