GithubHelp home page GithubHelp logo

Comments (4)

jinglong avatar jinglong commented on August 20, 2024

Why not try to use ngx_lua module?

2012/6/12 lovlov <
[email protected]

Current nginx version does not support the math comparison,such as :
set $a 1;
set $b 2;
if ( $a < $b ) {
echo "a is less than b";
}
this configure will cause the error while restarting nginx because current
nginx/tengine does not support the math comparison.
but if you accomplish this function that is great for every tengine's user.

*.note: before the $a comparing with $b,they should be tonumber() to a
number not a string.
:)


Reply to this email directly or view it on GitHub:
https://github.com/taobao/tengine/issues/11

Jinglong
Software Engineer
Server Platforms Team at Taobao

from tengine.

lovlov avatar lovlov commented on August 20, 2024

nginx was a light non-blocking web server,LUA is a completed script processor language. so, i knows it's cautious to bind them.

from tengine.

perusio avatar perusio commented on August 20, 2024

You can either use the embedded Lua module or this other module: https://github.com/arut/nginx-let-module in C. I've never used it myself.

from tengine.

cfsego avatar cfsego commented on August 20, 2024

it has been supported from tengin 2.0.0

from tengine.

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.