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.

learn more… | top users | synonyms

-1
votes
1answer
104 views

Gwan dies every day and consume a lot of ressources

I would like to use Gwan for my rest webservices. It seems great, so I have installed it on a VMWare VM, on debian squeeeze. I have written a C webservice, it works perfectly. The problem is that ...
1
vote
2answers
64 views

gwan getus() getns() improper result?

Who can tell, in my code after the block while(k--){}, why the (t1-t0)=0 ? Who can help to try the same code in other machine, see whether it show the same problem? My machine is a HP notebook with ...
0
votes
1answer
55 views

What is usage of wake_up(argv, fd, WK_FD)

Who can tell how to use wake_up() in gwan? // tell G-WAN when to run a script again (for the same request) // type: WK_MS | WK_FD #define WK_MS 1 // milliseconds #define WK_FD 2 // file descriptor ...
1
vote
2answers
89 views

Load data from database to memory pool [gwan]

I currently writing a C program to cache data from Mysql to gwan cache (for a faster response from server to client), but I dont know how to let the program automatically initiate when the gwan ...
3
votes
1answer
122 views

Gwan - Why gwan determine only 1 core?

I am currently testing the gwan web server, I have a question about the default settings for the gwan worker, and the CPU Core detection. Running gwan on a Xen server (which contains a 4-core Xeon ...
2
votes
1answer
125 views

G-WAN persist request data in handler

Solution: int session = (int)get_env(argv, SESSION_ID); to get identifier unique to connection US_VHOST_DATA (vhost) or US_HANDLER_DATA (listener) or US_SERVER_DATA (server) for data persistent > ...
0
votes
1answer
88 views

G-WAN: is it possible to turn off microcaching?

According to its website G-WAN uses microcaching that lasts 200ms. The only way to prevent microcaching mentioned on the website is to use a changing query parameter. I'd like to use G-WAN. The ...
1
vote
3answers
182 views

GWAN Bidirectional Communication using websockets

Solved My solution for the read problem was to move the code to a handler, and there using HDL_AFTER_READ state to handle the websocket connection. After putting handshake to reply buffer, return 2 ...
1
vote
1answer
97 views

G-WAN: how to get rid of the “?” in URL and how to set default language?

In G-WAN the default URL is in the form mydomain.com/?hello.c I want to get rid of the ? to have URLs that look like mydomain.com/hello The user manual mentions substituting a different character ...
0
votes
1answer
139 views

Scaling nginx with static files — non-Persistent requests kill req/s

Working on a project where we need to server a small static xml file ~40k / s. All incoming requests are sent to the server from HAProxy. However, none of the requests will be persistent. The issue ...
0
votes
1answer
90 views

How do I read or write a cookie in php using gwan? [closed]

How do I read or write a cookie in php using gwan? I tried use setcookie, but the only variables that appear are get and post in argv.
2
votes
1answer
60 views

Data minification using Ruby

I'm playing with ruby and I noticed that the output wasn't minified when rendering my ruby script ... Files in my www folder are minified when displaying them... not my ruby script. It is the normal ...
0
votes
1answer
146 views

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 ...
0
votes
1answer
127 views

Problems to start G-WAN

I try to install G-Wan on Ubuntu 12.04.1 LTS (x64). I follow the fast instructions: http://gwan.com/download When i execute $sudo ./gwan, shows me: Floating point exception (core dumped) Then i ...
0
votes
3answers
145 views

G-WAN and persistent MySQL connexion

me again with a little question about G-WAN and MySQL. This script below works fine ... My only problem is when MySQL went down. G-WAN script crash and G-WAN as well. What is the nest way to keep a ...
0
votes
1answer
105 views

G-WAN behave strangely when using mongoDB

I'm working with G-WAN & mongoDB and I have a strange behavior. When I display my page, it looks ok. If I refresh it it will stop working after 5 or 6 refresh. Here the code // ...
0
votes
1answer
148 views

Gwan stops working every night

I have a arch 64bit VPS on digitalocean. I installed gwan and run it in deamon mode. It stopped running every midnight. Here is the log file [Wed Apr 24 06:10:28 2013 GMT] memory footprint: 3.78 ...
1
vote
1answer
110 views

With GWan's key/value store can more than one index be created for an entity?

For GWan's key value store can I create more than one index for a given single type of entity? Also can I query more than one index at once such as find a item with age > 5 and height > 100 if I ...
0
votes
1answer
105 views

Index as servlet, rest as static content

I picked up G-WAN only a while back and I'm trying to figure out how to make the index use a specific servlet while also having static content available. I moved index.html to index_old.html so I ...
0
votes
1answer
176 views

Gwan mono : calls to Gwan c# API dump core

I'm investigating gwan and am trying to run c# samples with mono, but encountered some problems. hello.cs dumps core as soon as c# Gwan API (wrapped) is hit. Samples with mono work ok unless Gwan API ...
0
votes
1answer
63 views

error running g-wan

Every time I try to run g-wan I get the following error: ./gwan: 1:Syntax error: word unexpected (expecting ")") I have tried both 32 and 64 bit versions. I am running it in ubuntu 11 and I have ...
0
votes
2answers
172 views

gwan and mongodb

I am new to gwan and currently coding a simple program to insert and select data from MongoDB. After I compile the Mongo-c-driver, and put the Mongo standard library in /usr/lib/, I find that my ...
0
votes
1answer
126 views

why g-wan loops on loading handler scripts and csp script each day at midnight?

I have a strange behavior on my g-wan server: each day at midnight g-wan loops on loading scripts. This is what I see in gwan.log: [Tue Apr 09 00:00:00 2013 GMT] memory footprint: 1.47 MiB. [Tue Apr ...
0
votes
1answer
93 views

How to read, write file over gwan

I am new to gwan, and currently coding a read/write static file over gwan, however, I found that when I try to open file (corresponding to some parameter pass to gwan), it run the main() twice (or ...
-2
votes
2answers
191 views

how to make g-wan work with (mybb,wordpress,…) rewrite rule [closed]

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
0
votes
3answers
106 views

how to disable micro caching in G-WAN with a static URI shared to users

I use G-WAN to develop a website and I would like to count how much a page with a static URI has been called in order to display some statistics, but with the automatic caching system of G-WAN my ...
-1
votes
1answer
86 views

How to create virtual directory in G-WAN webserver

I installed G-WAN webserver , and i create virtual host , in G-WAN we must create folder for virtual host's , now i want to create virtual directory my installed path is : /home/gwan/ and myfiles ...
-3
votes
1answer
95 views

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, ...
0
votes
0answers
136 views

G-wan preferred database/nosql for gwan [closed]

What is the preferred database/nosql to use for a g-wan app with lots of facets mostly reads no writes from a performance point of view?
0
votes
1answer
194 views

Gwan kv, persistent flag / Number of items

I have decided to use Gwan's KV store in place of a Redis NoSQL database. I saw in the Manual that the kv supports a persistent flag for file IO to keep data I guess between restarts. It uses the ...
1
vote
1answer
118 views

Access KV store and Environment Variables in G-WAN using MONO

I got mono 3.0.6 working with G-WAN and now I am trying to use G-WAN persistent pointers and KV Store using mono but don't know how to do it. G-WAN does expose some functions on gwan_api.cs but the ...
3
votes
1answer
158 views

How to share memory between http requests in g-wan?

Lets say I have a g-wan server with c script, if a http request comes in and then another http request, I would like for both of these running scripts to be able to read and write from the same ...
1
vote
2answers
122 views

Running sinatra using G-WAN

Is it possible to use Sinatra using G-wan web server? if it possible how to do it?
0
votes
1answer
95 views

Gwan include scripts

I am currently trying to import some libraries into my Gwan C script. I have read through the manual and am using #pragma include to include the folder that my libraries are in, and then use #pragma ...
2
votes
2answers
280 views

G-WAN handler rewriting solution

Here's my script : #include "gwan.h" // G-WAN exported functions #include <string.h> // strstr() int init(int argc, char *argv[]) { u32 *states = (u32*)get_env(argv, US_HANDLER_STATES); ...
1
vote
1answer
127 views

G-WAN All CSP's Respond with Content Type of text/plain

[[ [Solved] The latest update of G-WAN has fixed this default MIME type. ]] G-WAN 4.3.11 is returning all of my csp files as type "text/plain". How can this be fixed?! At the moment it is hardly ...
2
votes
1answer
147 views

G-WAN PHP servlet blocking with empty reply

I send small payloads of various sizes as "200" replies but once in a while the payload is empty (no HTML body) and G-WAN takes a long time to answer those requests. Can you tell me what's happening ...
2
votes
1answer
153 views

gwan not re-compiling java files

I tested against the standard hello.java and hello.c that comes with the gwan server running on Ubuntu 12.04 server. G-WAN 4.3.1 64-bit (Mar 1 2013 17:36:39) Once I run gwan with sudo ./gwan -d ...
0
votes
1answer
105 views

Response Time of sleeping gwan server script

I want to figure out how gwan responds if a script takes longer than 1 second to finish. To do so, I used the sleep() function in the hello.c example: #include "gwan.h" #include <unistd.h> ...
1
vote
1answer
152 views

X-Forwarded-For in Gwan

I have read through the documentation (both API and Manual), and haven't seem to find any support by gwan for the X-Forwarded-For header. The only thing I have found that could be related was ...
2
votes
2answers
150 views

Getting G-WAN to work with Mono

I have followed the instructions on the G-WAN site FAQ and read through the manual, but I can not get G-WAN to "see" the Mono installation on my Debian 6 (x64) setup. I have tried with the ...
0
votes
1answer
170 views

/csp default directory in G-WAN

i'm looking for the best way (fastest) so that my domain.com points directly at my /csp directory. What instruction in a main.c file, present in the headlers directory I guess, would you advise ?
2
votes
2answers
169 views

Gwan handler states

I'm trying to implement a restful handler for my scripts that replaces the / with & so I can turn url's like this: ?script.c&things into this: ?script/things. Currently I just have a test ...
0
votes
1answer
250 views

gwan reverse proxy

I am searching to configure gwan to act as reverse-proxy cache to my web python application. I could'nt find some example on the web. Thanks a lot for your examples Laurent
0
votes
2answers
221 views

GWAN: upload file bad request

I try to do a simple upload form. I'm using jQuery upload (https://github.com/blueimp/jQuery-File-Upload/archive/master.zip) with a simple form (http://pastebin.com/wCUB2EkR) ...
1
vote
1answer
107 views

gwan -r dosn't read newest file

I've been using Gwan v4.1.18 and for development purposes I often use ./gwan -r [somefile] However often I find that when I update the file I am running the updates are found when I execute the ...
-1
votes
1answer
178 views

GWAN not recognizing Java

I followed the FAQ, but I'm running Ubuntu 10 server so J6 is the best I can get. When I start gwan 4.2.13 (sudo ./gwan) I get "hello.java: to use .java scripts, install Java" echo $JAVA_HOME ...
1
vote
2answers
131 views

gwan redirection after create cookie

For my form validation page, I'd like to create a cookie and be redirected to another page but that doesn't work. Redirection prevents the creation of cookie. Do you have any solution ?
2
votes
2answers
133 views

Custom 404 response for GWAN

When people request a servlet that is not found on csp folder it will show a "404 Not Found" Response Not Found The requested URL was not found on this server. is there a way we can check a servlet ...
0
votes
2answers
138 views

gwan using $ and # for directory names

Is there a way to change gwan's default behavior of naming your site with the pound character and virtual hosts with the dollar sign. So many of my development tools have consistent problems ...

1 2 3 4