On Tue, May 27, 2008 at 8:12 PM, Vlad Seryakov <[EMAIL PROTECTED]> wrote:
>>
>>
>> Looks like the 'expires' and 'flags' variables might be uninitialised
>> for the cmdSet etc. commands if values aren't passed from Tcl.
>
> In CVS version 1.5 they are initialized with 0
>


Thinking about flags...

If you remove -flags from the Tcl interface then you could use it to
distinguish between urf8 and byte arrays. ATM all data is sent as a
byte array, which is flexible. But probably a lot of the data will be
utf8 strings, and in that case it gets converted on the way in, and
again on the way out.  It would be more efficient to save the data in
it's native format.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel

Reply via email to