So I am creating C++ HTTP emulating via TCP server. I will have simple authentification service which will be created in C++. I will have sessions. I wonder which form shall I give them – real files on server or lines in SQL Lite db I use for my server? Or just keep them in RAM? Which way is better for performance / safety?
Share
It all depends what you want to do: