Re: The best small/medium database...?
From: Eugene Mayevski (mayevski_at_eldos.org)
Date: 11/04/03
- Next message: Mike Shkolnik: "Re: PDF format"
- Previous message: Eugene Mayevski: "Re: The best small/medium database...?"
- In reply to: Thorsten Engler [NexusDB]: "Re: The best small/medium database...?"
- Next in thread: Eugene Mayevski: "Re: The best small/medium database...?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 04 Nov 2003 08:28:27 +0200
Thorsten Engler [NexusDB] wrote:
> a) derive a new transport wrapper from TnxBaseSecuredTransport as intended
> by the design
> In this case you would derive your own class from TnxBaseSecuredTransport,
> for each call to Request you can make as many calls to the request function
> of the inner (wrapped) transport as you want. This is functionally equal to
> using a normal blocking socket.
> This would be the preferred way to implement SSL. It would actually be a NX
> over SSL over NX over whatever-inner-transport-you-use implementation. The
> main benefit is that it enables you to use SSL over any current and future
> physical transport.
The question that I already asked the developers, but didn't get an answer:
is it possible for the server side of the transport connection to send
own message to the client?
I didn't find such way in code. This is necessary because SSL requires
streaming, which, in order to implement it over your message-based
system, requires that both sides can send independent messages to each
other (i.e. there's no "dedicated" server or client side).
> b) placing hooks into TnxWinsockTransport to enable you to encode, decode
> data directly around the socket calls.
This requires modifications of Winsock transport. I already requested
this (and offered to do modifications) but didn't get positive answer.
Obviously an option to write own transport is not usable for us.
-- Eugene Mayevski EldoS Corp., CTO Networking and security solutions, custom development services http://www.eldos.com
- Next message: Mike Shkolnik: "Re: PDF format"
- Previous message: Eugene Mayevski: "Re: The best small/medium database...?"
- In reply to: Thorsten Engler [NexusDB]: "Re: The best small/medium database...?"
- Next in thread: Eugene Mayevski: "Re: The best small/medium database...?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|