EdgeMailer is a tool that tests rate limits of mail providers, it uses libcurl and libuv to make concomitant assynchronous request. For now this will be just a libuv + libcurl template in which we can code on top of, there is no implementation of actual rate limit testing
- Uses libuv
- Because of libuv, we have a thread pool
- Strict C standards, no warning should be emitted with gcc -Wall
gcc tool.c -lcurl -luv -Wall
- LibCurl
- LibUv