From: Zoran V. <zv...@ar...> - 2006-07-11 19:20:49
|
Hi, No, no it is not as you think! I just wanted to ask: do we have now a stable *existing* interface of this beast? I would like to prepare to new a release and will not like to adjust our Tcl code on a daily basis. We only use ns_cache_create and ns_cache_flush and ns_cache_eval. I do not mind adding new commands. I do mind changing the existing w/o a very good reason. Cheers Zoran |
From: Vlad S. <vl...@cr...> - 2006-07-11 19:25:00
|
I guess it is stable now Zoran Vasiljevic wrote: > Hi, > > No, no it is not as you think! > I just wanted to ask: do we have now a stable > *existing* interface of this beast? > I would like to prepare to new a release and will > not like to adjust our Tcl code on a daily basis. > We only use ns_cache_create and ns_cache_flush and > ns_cache_eval. > > I do not mind adding new commands. I do mind changing > the existing w/o a very good reason. > > Cheers > Zoran > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > naviserver-devel mailing list > nav...@li... > https://lists.sourceforge.net/lists/listinfo/naviserver-devel > -- Vlad Seryakov 571 262-8608 office vl...@cr... http://www.crystalballinc.com/vlad/ |
From: Stephen D. <sd...@gm...> - 2006-07-11 19:44:23
|
Works for me. On 7/11/06, Vlad Seryakov <vl...@cr...> wrote: > I guess it is stable now > > Zoran Vasiljevic wrote: > > Hi, > > > > No, no it is not as you think! > > I just wanted to ask: do we have now a stable > > *existing* interface of this beast? > > I would like to prepare to new a release and will > > not like to adjust our Tcl code on a daily basis. > > We only use ns_cache_create and ns_cache_flush and > > ns_cache_eval. > > > > I do not mind adding new commands. I do mind changing > > the existing w/o a very good reason. > > > > Cheers > > Zoran > > > > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > > naviserver-devel mailing list > > nav...@li... > > https://lists.sourceforge.net/lists/listinfo/naviserver-devel > > > > -- > Vlad Seryakov > 571 262-8608 office > vl...@cr... > http://www.crystalballinc.com/vlad/ > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > naviserver-devel mailing list > nav...@li... > https://lists.sourceforge.net/lists/listinfo/naviserver-devel > |
From: Zoran V. <zv...@ar...> - 2006-07-11 19:53:22
|
Am 11.07.2006 um 21:44 schrieb Stephen Deasey: > Works for me. > Works for me as well. The question is: can I rely on the Tcl API and go change our Tcl code or should I wait? Cheers Zoran |
From: Vlad S. <vl...@cr...> - 2006-07-11 19:58:20
|
i am not going to ask to change existing API Zoran Vasiljevic wrote: > Am 11.07.2006 um 21:44 schrieb Stephen Deasey: > >> Works for me. >> > > Works for me as well. The question is: can I rely > on the Tcl API and go change our Tcl code or should > I wait? > > Cheers > Zoran > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > naviserver-devel mailing list > nav...@li... > https://lists.sourceforge.net/lists/listinfo/naviserver-devel > -- Vlad Seryakov 571 262-8608 office vl...@cr... http://www.crystalballinc.com/vlad/ |
From: Stephen D. <sd...@gm...> - 2006-07-11 20:14:03
|
On 7/11/06, Zoran Vasiljevic <zv...@ar...> wrote: > > Am 11.07.2006 um 21:44 schrieb Stephen Deasey: > > > Works for me. > > > > Works for me as well. The question is: can I rely > on the Tcl API and go change our Tcl code or should > I wait? > The API works for me... |
From: Zoran V. <zv...@ar...> - 2006-07-11 20:24:02
|
Am 11.07.2006 um 22:13 schrieb Stephen Deasey: > The API works for me... > OK. Perhaps I was not clear enough: We still have "ns_cache_create -ttl" syntax The new code does not support this (-ttl) option. I will now change our code to adjust to current Tcl API and make new release. I will be not very happy if after that the option gets renamed, dropped or otherwise changed w/o very good (whatever) reason. So, the "API works for me" is: ... and I do not plan to change it in near future or ... but I plan to add/drop X because of Y ?? Cheers, Zoran |
From: Stephen D. <sd...@gm...> - 2006-07-13 19:35:30
|
On 7/11/06, Zoran Vasiljevic <zv...@ar...> wrote: > > Am 11.07.2006 um 22:13 schrieb Stephen Deasey: > > > The API works for me... > > > > OK. Perhaps I was not clear enough: > We still have "ns_cache_create -ttl" syntax > The new code does not support this (-ttl) option. > I will now change our code to adjust to current > Tcl API and make new release. I will be not very > happy if after that the option gets renamed, dropped > or otherwise changed w/o very good (whatever) > reason. > > So, the "API works for me" is: > > ... and I do not plan to change it in near future > > or > > ... but I plan to add/drop X because of Y > > > ?? > No no, I'm happy with it as is. Unless someone has some other ideas? I'm happy to look at other ideas, but I guess it has to be quick because Zoran needs this nailed down. Is everyone happy with -expires and -timeout taking both an absolute time and an offset from now, working out which it is by the size of the value given? I'm happy... |
From: Zoran V. <zv...@ar...> - 2006-07-13 20:22:37
|
Am 13.07.2006 um 21:35 schrieb Stephen Deasey: > > I'm happy... I'm delighted, as long as it stays so :-) Cheers Zoran |