libfastcommon | c common functions library extracted from my open source

 by   happyfish100 C Version: Current License: LGPL-3.0

kandi X-RAY | libfastcommon Summary

kandi X-RAY | libfastcommon Summary

libfastcommon is a C library. libfastcommon has no bugs, it has no vulnerabilities, it has a Weak Copyleft License and it has medium support. You can download it from GitHub.

copyright (c) 2010 happy fish / yuqing. libfastcommon may be copied only under the terms of the less gnu general public license(lgpl). please visit the libfastcommon home page for more detail. english language: chinese language: c common functions library extracted from my open source projects fastdfs and fastdht. this library is very simple and stable. some functions are wrappered into php extension, such as fastcommon_gethostaddrs, fastcommon_id_generator_xxx, fastcommon_get_ifconfigs, fastcommon_get_sysinfo etc. c function including: logger: [logger.h] asynchronously sync to disk for high performance, thread safe, log rotate, auto delete old log files, compress log file etc. ini file reader: [ini_file_reader.h] support sections marked by [sectionname] support a config item ocurs multiple times for multiple values, such as: tracker_server = ip1 tracker_server = ip2 #include directive to include other ini file #@function directive for annotation #@set directive to set variables for condition of #@if directive support control statements for special purpose as: #@if, #@else, #@endif, #@for, #@endfor. id generator: [id_generator.h]
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              libfastcommon has a medium active ecosystem.
              It has 802 star(s) with 507 fork(s). There are 70 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 22 open issues and 10 have been closed. On average issues are closed in 217 days. There are 2 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of libfastcommon is current.

            kandi-Quality Quality

              libfastcommon has no bugs reported.

            kandi-Security Security

              libfastcommon has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              libfastcommon is licensed under the LGPL-3.0 License. This license is Weak Copyleft.
              Weak Copyleft licenses have some restrictions, but you can use them in commercial projects.

            kandi-Reuse Reuse

              libfastcommon releases are not available. You will need to build from source code and install.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of libfastcommon
            Get all kandi verified functions for this library.

            libfastcommon Key Features

            No Key Features are available at this moment for libfastcommon.

            libfastcommon Examples and Code Snippets

            No Code Snippets are available at this moment for libfastcommon.

            Community Discussions

            QUESTION

            How to add Shared libraries to the nginx source code to compile?
            Asked 2019-Aug-26 at 11:56

            I'm developing several modules on Nginx(Centos7.6,Nginx1.16), all of which rely on a local cached key-value pair library. It's libshmcache key-value pair , so I want to build it into Nginx, but I'm compiling it to use with an error: undefined reference to shmcache_init_from_file_ex.

            This is the command I used at compile time:

            ...

            ANSWER

            Answered 2019-Aug-26 at 11:56

            You still have to add the library libshmcache as a reference to your shared object.

            You can do this by specifying -lshmcache when linking the shared object, for example like this:

            Source https://stackoverflow.com/questions/57657049

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install libfastcommon

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/happyfish100/libfastcommon.git

          • CLI

            gh repo clone happyfish100/libfastcommon

          • sshUrl

            git@github.com:happyfish100/libfastcommon.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link