Re: [Harbour] uhttpd v0.3

2009-11-08 Thread ToninhoFWi
I want to share my new uhttpd version 0.3. Actually it is not very new, it was finished in the end of July, but I did not find a time to write a readme.txt file. Hi Mindaugas. Can I use uhttpd to replace my calls to Microsoft.XMLHTTP ? Thanks and Best Regards, Toninho.

Re: [Harbour] uhttpd v0.3

2009-11-08 Thread Alex Strickland
Mindaugas Kavaliauskas wrote: Future ideas - I'm very happy with templates, but I need some higher level controls/widgets like browses, etc., to be able write database web applications. Actually it is not a drawback of server, it is just a need of some web framework. Current

[Harbour] UHTTPD

2009-07-23 Thread Jaroslaw Kadziola
hi, When i'm trying compile uhttpd hbmk2 uhttpd.hbp Error E2227 socket.c 238: Extra parameter in call to hb_parni in function HB_FUN_SOCKET_SEND *** 1 errors in Compile *** hbmk: Error: Running C compiler. 1 bcc32.exe -c -q -tWM -d -6 -O2 -OS -Ov -Oi -Oc -tW -IC:\Borland\BCC55\Include -

Re: [Harbour] UHTTPD

2009-07-23 Thread Mindaugas Kavaliauskas
Hi, should be hb_parnidef(). Thank You. Regards, Mindaugas Jaroslaw Kadziola wrote: hbmk2 uhttpd.hbp Error E2227 socket.c 238: Extra parameter in call to hb_parni in function HB_FUN_SOCKET_SEND *** 1 errors in Compile *** ___ Harbour mailing

Re: [Harbour] uhttpd v0.2

2009-06-15 Thread Massimo Belgrano
I am very intrested in idea like Mozilla XUL with look and feel of desktop application Can you post a sample like Mindaugas? in your solution do you not reuse code GT based @get/readachoice? 2009/6/12 Lorenzo Fiorini lorenzo.fior...@gmail.com: So far I've tried two interfaces: Mozilla XUL that

Re: [Harbour] uhttpd v0.2

2009-06-14 Thread Viktor Szakáts
Hi Mindaugas, Two more uhttpd question: - When will the EXIT event be called for a page (session) which is left there open in the browser? or, if the browser windows is closed. Or, if user navigates to a page outside the site? My guess is it will expire in a while, if so, how to

Re: [Harbour] uhttpd v0.2

2009-06-14 Thread Viktor Szakáts
Hi Mindaugas, during process_event_loop() events are processed inside items_edit_handler() function, and this event handler can access workareas opened in a parent dialog (item dialog), private variables of item_hadler(), etc. I didn't inspect the code yet, but it would be nice to be able to

Re: [Harbour] uhttpd v0.2

2009-06-14 Thread Viktor Szakáts
On 2009.06.14., at 12:11, Viktor Szakáts wrote: Hi Mindaugas, Two more uhttpd question: - When will the EXIT event be called for a page (session) which is left there open in the browser? or, if the browser windows is closed. Or, if user navigates to a page outside the site? My guess is

Re: [Harbour] uhttpd v0.2

2009-06-14 Thread Vailton Renato
I want to share some more ideas (and code) about uhttpd development. All pro and cons, and any brainstorming is very welcome. This code is very cool! I had changed my version of uhttpd to support keep-alive but not got success. I studied your example and I thank it is very good, thank you for

Re: [Harbour] uhttpd v0.2

2009-06-13 Thread toni...@fwi
Sources can be obtained from: http://www.dbtopas.lt/hrb/uhttpd-0.2.zip Hi Mindaugas. I get your sources, can you please explain what I need to install it in my web page to have remote access ? I'm very interested in this topic but I don't have any web experience. Thank you and best regards,

Re: [Harbour] uhttpd v0.2

2009-06-13 Thread Bruno Luciani
Mindaugas , I don't know why , but the browser keeps trying to access your aplicattion but nothing appears in screen It is still online ? thanks Bruno PD: Could you explain howto install in a linux server , have one conected to internet and I like to get a try 2009/6/12 Mindaugas

[Harbour] uhttpd v0.2

2009-06-12 Thread Mindaugas Kavaliauskas
Hello, I want to share some more ideas (and code) about uhttpd development. All pro and cons, and any brainstorming is very welcome. Sources can be obtained from: http://www.dbtopas.lt/hrb/uhttpd-0.2.zip You can test running demo application at (I'll try to keep it running for some time):

Re: [Harbour] uhttpd v0.2

2009-06-12 Thread Lorenzo Fiorini
On Fri, Jun 12, 2009 at 6:47 PM, Mindaugas Kavaliauskasdbto...@dbtopas.lt wrote: I want to share some more ideas (and code) about uhttpd development. All pro and cons, and any brainstorming is very welcome. I'm trying to follow another approach with similar goals: using the web browser as GUI

[Harbour] uhttpd v0.2

2009-06-12 Thread marek . horodyski
Hi Mindaugas. Very interesting. It appears from the description as I it representation. This should allow the creation of corporate business applications. Do you think too about WebSerwices (they are needed for business applications)? In Poland is now a long weekend, and I do not have access to

[Harbour] uHttpd X hbmk2 issue

2009-04-28 Thread Vailton Renato
When trying to compile the uhttpd's modules with the new version of SVN, got this error: c:\Harbour\contrib\examples\uhttpd\modulesmore allmod.hbm # # $Id: allmod.hbm 10547 2009-03-05 20:25:42Z vszakats $ # -gh -w3 -o..\home\cgi-bin\ cookie.prg info.prg showcounter.prg tableservletdb.prg

Re: [Harbour] uHttpd X hbmk2 issue

2009-04-28 Thread Szakáts Viktor
Hi Vailton, Thanks. Until I commit the fix, please enclose lines 2305-2309 between this IF: IF ! lStopAfterInit .AND. ! lStopAfterHarbour ... ENDIF Brgds, Viktor On 2009.04.28., at 14:58, Vailton Renato wrote: When trying to compile the uhttpd's modules with the new version of SVN, got

Re: [Harbour] uhttpd

2009-03-04 Thread Maurilio Longo
Hi Francesco, I did a full rebuild of harbour and uhttpd with current cvs, the problem is still there, maybe it uses a little less, I'm not sure I did not keep a precise count, anyway it uses some memory for each call and does not release it even after a few minutes of idleness. Best regards.

Re: [Harbour] uhttpd

2009-03-04 Thread Francesco Saverio Giudice
Hi Maurilio, Il 04/03/2009 8.58, Maurilio Longo ha scritto: I did a full rebuild of harbour and uhttpd with current cvs, the problem is still there, maybe it uses a little less, I'm not sure I did not keep a precise count, anyway it uses some memory for each call and does not release it even

Re: [Harbour] uhttpd

2009-03-03 Thread Francesco Saverio Giudice
Maurilio, Il 23/02/2009 8.49, Maurilio Longo ha scritto: can you build it using socket instead of inet, so that we can at least say that the problem is not inside inet? Could you kindly check after: 2009-03-03 23:56 UTC+0100 Francesco Saverio Giudice (info/at/fsgiudice.com) I'm not sure

Re: [Harbour] uhttpd

2009-02-23 Thread Maurilio Longo
Francesco, can you build it using socket instead of inet, so that we can at least say that the problem is not inside inet? best regards. Maurilio. Francesco Saverio Giudice wrote: Hi Maurilio, Il 19/02/2009 17.12, Maurilio Longo ha scritto: Hi, I've built uhttpd on OS/2 using inet, it

Re: [Harbour] uhttpd

2009-02-23 Thread Francesco Saverio Giudice
Hi Maurilio, Il 23/02/2009 8.49, Maurilio Longo ha scritto: Francesco, can you build it using socket instead of inet, so that we can at least say that the problem is not inside inet? Already done, the problem is still there. I have analyzed the code but I found nothing, at the moment, that

[Harbour] uhttpd

2009-02-19 Thread Maurilio Longo
Hi, I've built uhttpd on OS/2 using inet, it works ok, but every new connection uses 4 Kb of memory, more or less, which is not freed until after the process ends. Question: did anybody make some test with uhttpd build with inet on windows? did he experienced such 'memory leaks'? I'm not sure

Re: [Harbour] uhttpd

2009-02-19 Thread Massimo Belgrano
if you post a sample i will try on windows (uhttpd with inet) 2009/2/19 Maurilio Longo maurilio.lo...@libero.it: Hi, I've built uhttpd on OS/2 using inet, it works ok, but every new connection uses 4 Kb of memory, more or less, which is not freed until after the process ends. Question: did

Re: [Harbour] uhttpd

2009-02-19 Thread Massimo Belgrano
Sorry i can't. i not have uhttpd server and don't know How i write a simple query Have only windows and harbour 2009/2/19 Maurilio Longo maurilio.lo...@libero.it: A sample? I simply query http://ip-of-pc-with-uhttpd/index.html from a different pc, on the pc with the uhttpd server memory

Re: [Harbour] uhttpd

2009-02-19 Thread Maurilio Longo
Massimo, contrib/examples/uhttpd is the source code, you build it using inet (instead of socket, which is default), then you start it. From a different pc or even the same, open IE, and ask for localhost/index.html if on the same pc or ip-of-the-other-pc/index.html. Now keep refreshing it (F5

Re: [Harbour] uhttpd

2009-02-19 Thread Francesco Saverio Giudice
Hi Maurilio, Il 19/02/2009 17.12, Maurilio Longo ha scritto: Hi, I've built uhttpd on OS/2 using inet, it works ok, but every new connection uses 4 Kb of memory, more or less, which is not freed until after the process ends. Question: did anybody make some test with uhttpd build with inet on

Re: [Harbour] uhttpd

2009-02-19 Thread Massimo Belgrano
I not have gd lib package to test uhttpd and test seem already done 2009/2/19 Francesco Saverio Giudice i...@fsgiudice.com: Hi Maurilio, Il 19/02/2009 17.12, Maurilio Longo ha scritto: Hi, I've built uhttpd on OS/2 using inet, it works ok, but every new connection uses 4 Kb of memory,