Displaying 3 results from an estimated 3 matches for "borthers".
2013 Oct 20
1
How to format the command output like MySQL output
Hello everylinuxers:
I am now focusing on the development of a script interpretor (some thing
like shell)
in embedded environment, and its functions mainly output the data in
specified
address. In order to make it seems better, I want to format the output
result like
MySQL output listed below for example
||+--------+-------------+
| address| value |
+--------+-------------+|
| 0x1110|
2006 Apr 12
14
unofficial Survey about your Dovecot server :) to compare with my own server setup...
Hi Borthers/Sisters
Thanks for all the developer(s) and for all the hard work spent on build
this great piece of software! I loved Dovecot since it is really easy to
set up and really fast but I am really new to it (only 2 weeks and
half). Right now, our server configuration is:
Server: Apple Xserve G5 du...
2011 Jun 24
10
[PATCH 0/9] remove i_alloc_sem V2
i_alloc_sem has always been a bit of an odd "lock". It''s the only remaining
rw_semaphore that can be released by a different thread than the one that
locked it, and it''s use case in the core direct I/O code is more like a
counter given that the writers already have external serialization.
This series removes it in favour of a simpler counter scheme, thus getting
rid