Re: GLIB for a webserver

2011-12-11 Thread jcupitt
Hi Marcelo, On 10 December 2011 23:05, Marcelo Elias Del Valle wrote: >    Imagine the following scenario: the application running on my web > server spends 20k of memory for each concurrent request. If I have > enough concurrent requests in a way it will consume more memory than, > let's say, 2G

Re: GLIB for a webserver

2011-12-11 Thread Stefan Sauer
On 12/08/2011 02:13 PM, 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

how to use hbox?

2011-12-11 Thread Gary Kline
guys, well, i've reached a stumbling block. the app i am working on had things is a vertical stack. so far, there about 6 rectangles. the first shows the default title and the count: Something like "talk.0.txt" the second and third rectangles are

Re: how to use hbox?

2011-12-11 Thread James Tappin
2011/12/11 Gary Kline : >        can somebody help me figure out how to pack the buttons >        horizontally, or is is not possible to mix hbox and vbox? It should be as simple as: make the vbox put the various items in it, including the hbox put the increase & decrease buttons in the hbox. Tha

no joy... with bvox into hbox

2011-12-11 Thread Gary Kline
i've tried everything i can think of--or find examples for online to put two vbox buttons into One hbox,Anybody else? gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix Journey Toward the Dawn, E-Book: http://www.thought.org The 8.57a rele

Re: no joy... with bvox into hbox

2011-12-11 Thread Tristan Van Berkom
On Mon, Dec 12, 2011 at 4:22 PM, Gary Kline wrote: > > i've tried everything i can think of--or find examples for online to > put two vbox buttons into One hbox,Anybody else? What's a 'vbox button' ? > > gary > > > > -- >  Gary Kline  kl...@thought.org  http://www.thought.org  Public Service Uni