Giter VIP home page Giter VIP logo

Comments (6)

AkpolatKadir avatar AkpolatKadir commented on August 26, 2024 1

@adielyaacov
I am not sure about current status in repo.
I suggest you to use tufao library, it is very powerful than qttp. It can handle simultaneous requests way better than qttp.

https://github.com/vinipsmaker/tufao

from qttpserver.

AkpolatKadir avatar AkpolatKadir commented on August 26, 2024 1

@adielyaacov
It has a good documentation. So it shouldn't be hard for you.
But if you are not expecting huge traffic, You may still use qttp server until you need it.

from qttpserver.

izzyonstage avatar izzyonstage commented on August 26, 2024

What warning level are you using for MSVC builds?
I am not sure if it is possible to change this in QtCreator. There might be an if (msvc) block in the pro file that you can change the relevant compiler flag for this.
I currently do a manual build on Windows 10 with MSVC2015 and I don't have a problem. But then again I am not using QtCreator. I am just using the MSVC build tools and command prompt.

from qttpserver.

AkpolatKadir avatar AkpolatKadir commented on August 26, 2024

In stream.cc:15 file change

#define CREATE_UVBUF(LEN, BUF) { uv_buf_t { static_cast<size_t>(LEN), const_cast<char*>(BUF) }
to
#define CREATE_UVBUF(LEN, BUF) { uv_buf_t { static_cast<ULONG>(LEN), const_cast<char*>(BUF) }

Now It works fine for me. Good luck.

from qttpserver.

adielyaacov avatar adielyaacov commented on August 26, 2024

I have the same problem.
Any chance this would be pushed as the proper solution?

from qttpserver.

adielyaacov avatar adielyaacov commented on August 26, 2024

Thanks ! how smooth would the transition be?

from qttpserver.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.