From: "Edmund Horner" Newsgroups: comp.os.msdos.djgpp Subject: MYSQL and DJGPP Lines: 16 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Organization: Paradise Net Message-ID: <972870272.400289@shelley.paradise.net.nz> Cache-Post-Path: shelley.paradise.net.nz!unknown AT 203-96-158-251 DOT tnt4 DOT paradise DOT net DOT nz X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) Date: Mon, 30 Oct 2000 14:45:50 +1300 NNTP-Posting-Host: 203.96.152.26 X-Complaints-To: newsadmin AT xtra DOT co DOT nz X-Trace: news.xtra.co.nz 972870273 203.96.152.26 (Mon, 30 Oct 2000 14:44:33 NZDT) NNTP-Posting-Date: Mon, 30 Oct 2000 14:44:33 NZDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello again to you all. I am experimenting with using MySQL as the database end of my DJGPP program. Running the mysqld.exe server, and using the mysql.exe client to send and receive SQL queries works fine, except that it's _slow_. I think this is due to the startup time for mysql.exe, a win32 application. (Why do win32 apps take so long to startup?) Are there any libraries that hack their way through to the server APIs, eliminating the need for mysql.exe? (I understand that libsocket does this with windows sockets.) Thanks, Edmund.