Re: NO_BIO

2001-10-01 Thread Jeremy Smith
My suggestion is to use some kind of RAM disk. Or rewrite BIO's file functions to use RAM instead of files. It's not too difficult to write custom versions of fseek, fopen, fget, etc. For the password, you can either accept the password from the user (either from a textbox in a window, a keyboard

RE: NO_BIO

2001-10-01 Thread Liming Sun
Title: NO_BIO Tim, I did not try without hard drive.   /liming -Original Message-From: Tim Michals [mailto:[EMAIL PROTECTED]]Sent: Saturday, September 29, 2001 12:27 PMTo: '[EMAIL PROTECTED]'Subject: RE: NO_BIO Liming,   No hard drive, we are using a

RE: NO_BIO

2001-09-30 Thread Tim Michals
Title: NO_BIO Liming,   No hard drive, we are using a primitive flash file system.  Just didn't what to start reading and writing to flash a lot.  I also found the same issue, it is hard to pull out some of the modules to make the library smaller.   Tim -Original Message

Questions about NO_BIO and NO_STDIO

2001-09-17 Thread Tim Michals
The applications I'm trying to use are LDAP (OpenLDAP) and web server (Goahead). So this helps limit issues with the test and example apps. Noticed some defines NO_BIO and NO_STDIO but if these are defined it causes some errors during compile. Some of the issues: - in the bio