Re: [Harbour] Re: Licence question

2008-02-02 Thread Przemyslaw Czerpak
On Fri, 25 Jan 2008, Alexander S.Kresin wrote: > >> The C level socket API is used in client part, because the RDD is > >>written on C. I don't see serious problem here, too, because I'm sure > >>that in the case of necessity appropriate separated parts can be easily > >>adopted. > PC> So how it

Re: [Harbour] Re: Licence question

2008-01-26 Thread Patrick Mast
I like "Leto Server" ;-) And as a bonus, LetoServer.org, .com and .net are free also I would say; Go for it Alexander! Patrick 2008/1/26 Alexander S.Kresin <[EMAIL PROTECTED]>: > On Friday, January 25, 2008, 23:46 Szakбts Viktor <[EMAIL PROTECTED]> wrote: > > SV> Just an idea (if NETRDD is oc

Re: [Harbour] Re: Licence question

2008-01-25 Thread Szakáts Viktor
Net client server dbf Dbf.net Net.hds Harbour Database server by net -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexander S.Kresin Sent: Friday, January 25, 2008 7:38 AM To: Harbour Project Main Developer List. Subject: Re: [Harbour] Re: Licence que

RE: [Harbour] Re: Licence question

2008-01-25 Thread Massimo Belgrano
NetcsdNet client server dbf Dbf.net Net.hds Harbour Database server by net -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexander S.Kresin Sent: Friday, January 25, 2008 7:38 AM To: Harbour Project Main Developer List. Subject: Re: [Harbour] Re

Re: [Harbour] Re: Licence question

2008-01-24 Thread Alexander S.Kresin
Massimo Belgrano writes: I confirm it was at http://www.idep.org.uk/xbase Now the link is broken. As name for upcoming project I suggest netrdd in honor to Przemek's original Idea Hm... NETRDD is a RDD, not a server. And probably, Przemek will decide to implement it himself at some time,

Re: [Harbour] Re: Licence question

2008-01-24 Thread Przemyslaw Czerpak
On Thu, 24 Jan 2008, Alexander S.Kresin wrote: > >So you introduced very serious limitations for your own code. > >Harder portability and you you will not be able to use other type > >of connections when we will add them. HB_SOCKET_STRUCT should hide > >platform and protocol differences. > I don'

RE: [Harbour] Re: Licence question

2008-01-24 Thread Mike Evans (Gmail)
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Massimo Belgrano Sent: Thursday, January 24, 2008 2:38 PM To: Harbour Project Main Developer List. Subject: RE: [Harbour] Re: Licence question DBFSERVER DBF Client/Server Suite for Xbase++Server SoftwareClient Connectivity Library This

RE: [Harbour] Re: Licence question

2008-01-24 Thread Massimo Belgrano
DBFSERVER DBF Client/Server Suite for Xbase++Server SoftwareClient Connectivity Library This document as a whole is copyrighted © 2001 by Phil Ide. The software package (comprising dbfServer.exe, dbSocketc.dll, header [.ch] files, sample programs, source code) is copyright © Bjørn Kaarigstad & Ph

RE: [Harbour] Re: Licence question

2008-01-24 Thread Massimo Belgrano
27;Harbour Project Main Developer List.' Subject: RE: [Harbour] Re: Licence question Alexander, Years ago there was a similar solution from Phil Ide under xBase++. If I remember correctly it is using named pipes or plain TCP and have a lot of optimizations to minimize the traffic and latency.

RE: [Harbour] Re: Licence question

2008-01-24 Thread Mike Evans (Gmail)
Mike Evans -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexander S.Kresin Sent: Thursday, January 24, 2008 1:44 PM To: Harbour Project Main Developer List. Subject: Re: [Harbour] Re: Licence question Massimo Belgrano writes: > your project support o

Re: [Harbour] Re: Licence question

2008-01-24 Thread Alexander S.Kresin
Massimo Belgrano writes: your project support optimized set filter? I don't sure what kind of optimization are you mean. The server which I write, supports, of course, server-side filtering - so it may be called "optimized" :). I have an application who made intensive use of ads optimized

RE: [Harbour] Re: Licence question

2008-01-24 Thread Massimo Belgrano
your project support optimized set filter? I have an application who made intensive use of ads optimized set filter how can try with your db server? Why not add your project in harbour cvs? Will be intresting Having a standard Client Server in harbour tanks to a db server with appropriate rdd The

Re: [Harbour] Re: Licence question

2008-01-23 Thread Przemyslaw Czerpak
On Wed, 23 Jan 2008, Alexander S.Kresin wrote: > I'd prefer to not duplicate hbinet.c and make all necessary > modifications there, too. But I don't sure that all my changes will be > suitable for others. > I've made already all what I need now. > First of all - C level API. Appropriate functi

Re: [Harbour] Re: Licence question

2008-01-23 Thread Szakáts Viktor
Hi Alexander, Your project looks very good. As for duplicating Harbour stuff in another project I'd also vote to rather extend the Harbour C level inet interface to something usable for more generic usage (like yours). I can't comment on the specific problems though, but you can most probably dis

Re: [Harbour] Re: Licence question

2008-01-23 Thread Maurilio Longo
Alexander, very interesting! Is your server using .dbf/.cdx files? Very interesting :) Maurilio. "Alexander S.Kresin" ha scritto: > > > If you will duplicate HBINET cod in other project then such extension > > will not work for you so I strongly suggest to invest time in updating > > Harbour