Re: [sqlite] On wheel re-invention (Re: Writing double into a socket file)

2008-06-11 Thread Alex Katebi
Nico, I needed a custom wheel that fit my specifications and gave me complete control. Since my background is networking, it wasn't too hard for me to do. Let me put it this way. If the learning curve is equal or greater than my own implementation I will do my own. I would not attempt to

[sqlite] On wheel re-invention (Re: Writing double into a socket file)

2008-06-11 Thread Nicolas Williams
On Tue, Jun 10, 2008 at 12:35:14PM -0400, Alex Katebi wrote: > Peter, >I am using my own implementation. I found RPC and others too complicated > to use and it did not give me enough control on the transport layer. I need > my socket to be non-blocking and I am using epoll( ) which is very >