I have an industrial computer (1Ghz processor, 1GB RAM) with linux embedded and I'm trying to figure out what's the best programming technology for the system we're going to develop.
System will have to read some data sent to the serial port, store it on a queue and send it back to the server, so we might need a relational embedded database...
I've read about C when you have very limited resources, but maybe this is not the case...
so far I have 2 prefered options: C or C# with Mono project.
it seems best embedded database is SQLLite.
What do you think?, any better alternative?