Hello, The reason I used MySQL is for simplicity on the client end, there is a perl module Net::MySQL that requires no extra libraries to be installed on the machine, unlike Postgres module, and the Database routines used by this program are hardly database intensive. It's easy enough to install the Windows MySQL server in about 5 minutes on a machine somewhere on your network to test this out if you like. If you don't use the optional call loggin part of the client then you will probably never have more than 200 records in the MySQL database at any given time.
You can even run this on the same machine you are running PostgreSQL if you like, the processor usage of the MySQL database machine if it is the only thing running with 60 astGUIclient computers connected and 2 Asterisk servers updating line records is about 0.2%, and the load average stays at 0.00 and that is on a PII 450. It would hardly hurt the performance of any machine you put it on. I use PostgreSQL on the backend of our company's financial transactional system (1 million+ transactions per week) and I love it(can't wait to see if 7.4 is really any faster:) ), but PGSQL is overkill for the client app, and the overhead on the client machine side(libraries/modules or server app middleware) needed to facilitate PostgreSQL is too much. Thanks, MATT--- -----Original Message----- From: Brian Capouch [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 2:45 PM To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] Asterisk GUI Client Released!!! mattf wrote: > Hello, > > I have finished my basic polishing of the Asterisk GUI client I have been > writing in Perl/TK and have released a first beta version on sourceforge: > > http://sourceforge.net/projects/astguiclient/ > > I am still working on a user manual for the application, but the code works > and we have been using the same basic client for the last month here at my > company and it is working just fine. > > I'm eager to hear what you all have to say about it, so send me those > comments. > > I wonder if there is hope for those of us who use Postgres and not MySQL? I am anxious to run it, but probably not going to switch backend DB servers in order to do so. I suspect there will be others with the same attitude. Thx. B. _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users