On Wed, 2009-10-14 at 02:41 -0400, John Cowan wrote:
> Ray Dillinger scripsit:
> 
> > My problem with this plan is that I can't express that I 
> > *DON'T NEED* the other two modules if I can get full POSIX. 
> 
> But how can that be?  I don't understand this.  Either you need to
> call certain routines or you don't.  If those routines are exported
> from your version of the Posix library but don't actually work, you
> need to supplement them.

That isn't the case.  A system that manages inventory and orders 
will use a database on a system where databases are available.  

But say the DBMS requires a full posix environment.

This implies that if I can't get a full posix, there is no database
to communicate with and I have to do things in a different way, 
which means I *don't* call the posix socket functions (which don't 
work anyway) and use some other module to manage things in a 
different way instead.

                                Bear





_______________________________________________
r6rs-discuss mailing list
[email protected]
http://lists.r6rs.org/cgi-bin/mailman/listinfo/r6rs-discuss

Reply via email to