Hello,
Thanks for reply.
This is 32 bit binary.
No problem with memory availability.
I have seen the process dump core with core size well less that 1G (which is significantly smaller than max...
sure did, thats where I saw the "Enterprise integration patterns" in the original post. (I ain't that lazy)
was looking for individual comments from resident experts here and maybe good...
would appreciate any insight into common and useful patterns that could be used in designing/implementing message router type application.
are there common design patterns used for...
hello.
is is possible to get the source code for the iconv() API in C
im trying to determine cases where errors arise and what they mean.
for example I have some spurious error where iconv...
In C, if threadA has the ability to read and write to a complex data object and threadB is guaranteed to be read only, does the data object have to be thread safe?
what would be the best way to describe a variable number of list_entry elements though?
could you just add attribute to indicate maximum # of instances of the...
has any one any experience of the following type of segmentation fault, where
the seg fault occurs on access of a unsigned char array that appears ok in memory.