Questions tagged [g-wan]

G-WAN is a web server with scripts in Asm, C, C++, C#, D, Go, Java, Javascript, Lua, Objective-C, Perl, PHP, Python, Ruby and Scala.

G-WAN is a (freeware) web application server first published in 2009. The gwan.com site presents the G-WAN API, answers FAQs and also publishes many benchmarks in various programming languages.

G-WAN supports scripts in Asm, C, C++, C#, D, Go, Java, Javascript, Lua, Objective-C, Perl, PHP, Python, Ruby, and Scala (click on a language link to show a benchmark).

An old performance comparison with static servers was done by an academic: http://nbonvin.wordpress.com/2011/03/24/serving-small-static-files-which-server-to-use/

A more recent benchmark (on 1/2/4/8 CPU Cores) - also made by an independent third-party - compares Apache 2.2, Apache 2.4, Nginx, Lighttpd, Varnish, Litespeed, Cherokee and G-WAN: http://www.rootusers.com/web-server-performance-benchmark/

274 questions
-1
votes
2 answers

Is G-Wan web server already dead?

We are using this server for almost a year now. Last forum post seen in November, 2011. Last server version released 28/03/12. Just wondering if anyone knows whats happening inside the company? Should we expect something or should we start looking…
jrumbinas
  • 426
  • 3
  • 19
-2
votes
1 answer

Bug G-WAN and Amazon EC2

I thought my mistake was Problems to start G-WAN but today, I made more testst and my real problem is this: When I launch an instance with type micro, G-WAN works fine but if i launch the same instance with type small, medium, etc... G-WAN…
madrikeka
  • 133
  • 1
  • 2
  • 8
-2
votes
2 answers

how to make g-wan work with (mybb,wordpress,...) rewrite rule

i'am new to g-wan and i'am so confused i want to know how to make mybb and wordpress and any php script work with g-wan and if there are any tool to convert apache htaccess to g-wan thank you
ahmedengu
  • 93
  • 2
  • 6
-3
votes
1 answer

How to disable READ_XBUF caching?

I am using this simple code. #include "gwan.h" int main(int argc, char *argv[]) { xbuf_t *reply = get_reply(argv), *read_buff; read_buff = (xbuf_t*)get_env(argv, READ_XBUF); xbuf_cat(reply, "START\n"); xbuf_ncat(reply, read_buff->ptr,…
1 2 3
18
19