Hello, first of all thanks for the help, I'm new at mongoose and web 
services.

I'm making a problem corrector, that can compile and test programs in C and 
C++.

Well,in major ways in this aplication you can get a list of problems, 
select on of them, see one document with the exercice to develop, and then 
send it to the server, automatically the server will correct it, and send 
you a respose.

I have a protoripe with mongoose which is able to load the codes send by 
the clinet, and correct them, and send back a file to the mongoose folder 
that contains the veredict (If the problem is correct or not and why).

I have 2 major problems due to my lack of experience with web servers and 
mongoose, and here is where I need some help ^^!

1) I don't know how to show the file with the veredict to the clinent, 
after the sistem has corrected the problem. (I have tryed mg_send_file) but 
I think that i'm doing something bad.

2) On the other hand, I don't know how i can make the list of problems 
dinamicaly, my idea is to made a list from the name of special folders in 
the server, in which the user can chose one and then see the problem 
description and send solutions to the system.

Cause the system has to be able to grow, and for this reason will have a 
web service which would enable to add new problems to the service. And well 
I'm thinking of making in hte system a folder with all the information for 
each problem and made the list of problems with the names of the folders.

I would apreciate any sugestions thank you!

-- 
You received this message because you are subscribed to the Google Groups 
"mongoose-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mongoose-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to