Re: is glib suitable for embedded systems ?



On Feb 5, 2008 11:01 AM, sfora dim <sfora.dim@xxxxxxxxx> wrote:
hi all !

I am having doubts whether to use glib on embedded systems.
My concern is footprint, i.e. memory usage.

What do you think ? Do you know of embedded systems that use
glib ?

I am designing a server that will run on embedded systems.
I need some sort of IPC mechanism, so I tend to use DBUS.
DBUS has nice glib binding.

Depends on how much of GLib you are going to use and how many
resources you have in your embedded system.

I'm not sure about D-Bus, but I don't think it requires that many resources.

Best regards.

--
Felipe Contreras
_______________________________________________
gnome-list mailing list
gnome-list@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gnome-list



Relevant Pages

  • is glib suitable for embedded systems ?
    ... I am having doubts whether to use glib on embedded systems. ... My concern is footprint, i.e. memory usage. ... I need some sort of IPC mechanism, so I tend to use DBUS. ...
    (GNOME)
  • Re: Linux serial port dropping bytes
    ... I think you are looking at a very narrow view of the technology used in embedded systems. ... Spending time thinking about the design and using an appropriate interrupt structure results in a better program using less resources - forcing your code to use a single structure regardless of the application can easily result in wasted resources. ... not many people would be well advised to repeat your design. ... I say that four wheels is a good number in many cases, but that sometimes two or six wheels is a better choice, and you should pick the right number of wheels for a given type of vehicle. ...
    (comp.arch.embedded)
  • RE: Compiling C++ modules
    ... at least ten times the performance and resources of the computers from the ... The majority of embedded systems that run very low-end hardware perform ... in all the years I developed embedded systems (from industrial ...
    (Linux-Kernel)
  • Re: [OT] How often are functions pointers used
    ... Function pointers can make for efficient state machine code, ... especially for embedded systems which may have very minimal hardware ... resources. ...
    (alt.comp.lang.learn.c-cpp)