Re: GLIB for a webserver

2011-12-08 Thread Liam R E Quin
On Thu, 2011-12-08 at 11:13 -0200, Marcelo Elias Del Valle - SYSMAP SOLUTIONS - Claro MA-SP - wrote: > - On Apache ARP project, they said they created it instead of using > glib because the lack of IPC functions like memory mapping. This makes no sense since they could use glib and also write mma

APOLOGIES!! [Was: Re: a couple questions...]

2011-12-08 Thread Gary Kline
actually, this is primarily to john c, if i bundled up my broken piece of code and send it to the list as well. i was tried to assign a global string to static char *prefix; without accolating the space for the string. because this has to do wi

Re: GLIB for a webserver

2011-12-08 Thread Allin Cottrell
On Fri, 9 Dec 2011, Chris Vine wrote: On Thu, 8 Dec 2011 11:13:41 -0200 Marcelo Elias Del Valle - SYSMAP SOLUTIONS - Claro MA-SP - wrote: - In some forums, people were complaining about the fact glib aborts when memory allocation fails, which is bad for a 24/7 running web server. This partic

Re: GLIB for a webserver

2011-12-08 Thread Chris Vine
On Thu, 8 Dec 2011 11:13:41 -0200 Marcelo Elias Del Valle - SYSMAP SOLUTIONS - Claro MA-SP - wrote: > - In some forums, people were complaining about the fact glib aborts > when memory allocation fails, which is bad for a 24/7 running web > server. This particular criticism has little going for i

Re: a couple questions...

2011-12-08 Thread Gary Kline
hi john, i'm trying to set up an internal buffer for the espeak -f to work against. it workd fine iff i leave the prefix as "talk"; the instant i type into the blank space where the user enters his own name [say, 'char' or rambleon' or whstever--then the program abouts. i have also created the

Re: GLIB for a webserver

2011-12-08 Thread Vivien Malerba
On 8 December 2011 14:13, Marcelo Elias Del Valle - SYSMAP SOLUTIONS - Claro MA-SP - wrote: > Hello, > >I am planning to use glib to write a C application server. I just > like the library philosophy a lot and that’s why it is my first choice. >However, after searching the web for

Re: RES: GDA

2011-12-08 Thread Jack
On 2011.12.08 10:39, Marcelo Elias Del Valle - SYSMAP SOLUTIONS - Claro MA-SP - wrote: I understand your concern, I also hate this disclaimers. They are automatically added by the email server, I am sorry. I Will stop sending messages to the lists at work or try to write

RES: GDA

2011-12-08 Thread Marcelo Elias Del Valle - SYSMAP SOLUTIONS - Claro MA-SP -
Hello, >>Is this the right list to ask about GDA? I am interested in >> using it but have some doubts > no. the DOAP file for libgda lists the mailing list of the project - see: > http://git.gnome.org/browse/libgda/tree/libgda.doap > which says: > http://mail.gnome.org/mailman

Re: GDA

2011-12-08 Thread Emmanuele Bassi
hi; 2011/12/8 Marcelo Elias Del Valle - SYSMAP SOLUTIONS - Claro MA-SP - : >                Is this the right list to ask about GDA? I am interested in > using it but have some doubts no. the DOAP file for libgda lists the mailing list of the project - see: http://git.gnome.org/browse/libgda

GLIB for a webserver

2011-12-08 Thread Marcelo Elias Del Valle - SYSMAP SOLUTIONS - Claro MA-SP -
Hello, I am planning to use glib to write a C application server. I just like the library philosophy a lot and that’s why it is my first choice. However, after searching the web for a while, I have found some critics, which I list bellow: - On Apache ARP project, they said they

GDA

2011-12-08 Thread Marcelo Elias Del Valle - SYSMAP SOLUTIONS - Claro MA-SP -
Hello, Is this the right list to ask about GDA? I am interested in using it but have some doubts. Regards, Marcelo. Esta mensagem, incluindo seus eventuais anexos, pode conter informa??es confidenciais, de uso restrito e/ou legalmente protegidas

RES: mutex doubt

2011-12-08 Thread Marcelo Elias Del Valle - SYSMAP SOLUTIONS - Claro MA-SP -
Ok, I am convinced. :D I try to use object orientation in C but following the standard, but I thought GObject wouldn't give me this amount of advantage. Anyway, I don't think I should let of using something because of its learning curve. Will give it a try! -Mensagem original- De: trist

Re: a couple questions...

2011-12-08 Thread jcupitt
Hi Gary, On 8 December 2011 01:00, Gary Kline wrote: >        i'll need a play button and callback that invokes, say, >        espeak -f on that file. Make a play button with gtk_button_new_from_stock(GTK_STOCK_PLAY): http://developer.gnome.org/gtk3/stable/GtkButton.html#gtk-button-new-from-sto