i just need info on how to embed hbrun into my freepascal code (well,
show me how to do this with C and i can translate to pascal if
needed).

i need :

1 - Harbour being capable of parsing files with <% and %> tags
2 - A way to pass data from my server to harbour and vice versa
3 - A standard way to represent this data in harbour code (like the
PHP[] hash table php uses).
4 - Some harbour code to interpret post data. (I can pass a memory
block containing raw post data).
5 - A way to embed harbour virtual machine (hbrun) into my server (and
a fast way, if i run hbrun.exe - or the platform equivalent - for each
request, i will gain nothing in speed compared to CGI).

My server can pass all http headers to harbour code, if needed.

Currently my server does : HTTP(S), Cookies, Get/Post, CGI and some more.

IT IS NOT DONE IN HARBOUR, its done with compiled language equivalent
in power to C/C++ and can interface with C code directly without
further programming (Harbour is done in C, right ?).

2010/4/25 José Luis Capel <jlcap...@gmail.com>:
> Hi Jorge,
>
> It sounds interesting for me.  Please... count with me.
>
> Regards,
> José Luis Capel
>
>
> 2010/4/25 Jorge Aldo G. de F. Junior <jagf...@gmail.com>
>>
>> i once tried to develop the webserver using harbour.
>>
>> its not the right choice. it MUST be some compiled language (C, C++ or
>> Pascal).
>>
>> its much more stable this way.
>>
>> I have the webserver WORKING (its not a promise, it IS working right now).
>>
>> All i want is to be able to load hbrun from some kind of library and
>> execute the scripts.
>>
>> Can anyone help me there ?
>> _______________________________________________
>> Harbour mailing list (attachment size limit: 40KB)
>> Harbour@harbour-project.org
>> http://lists.harbour-project.org/mailman/listinfo/harbour
>
>
> _______________________________________________
> Harbour mailing list (attachment size limit: 40KB)
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
>
>
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to