Nik Belajcic writes:
> I had similar experience with MySQL GUI although my connection is over
> 1.5Mbs ADSL. If I use MySQL WinAdmin the response is instantaneous. I know
> that applications with ported Unix interfaces can be slightly sluggish, but
> not 20-30 seconds - so it has to be something else. My client is W2K and web
> host MySQL/Debian Linux. I'd be curious to know if there is anything in the
> communication pipeline that could be potentially accountable for this speed
> difference?
> 
> Nik Belajcic
> Sydney.
> 

MySQLGUI is not an application with ported UNIX interface. It is built
with Win32 API calls only and without any UNIX interface.

Both MySQLGUI and WinMySQLAdmin use 100 % the same C API for
communicating with MySQL server. 

The only difference possible is that WinMySQLAdmin possibly uses named
pipes directly, while MySQLGUI has to be set to do so, which is truly
very simple, as explained in README that comes with MySQLGUI.

-- 
Regards,
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, FullTime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
       <___/   www.mysql.com

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to