Hi,
ToninhoFWi wrote:
Can I use uhttpd to replace my calls to Microsoft.XMLHTTP ?
I do not know that Microsoft.XMLHTTP is, so, I can not answer your
question.
"uhttpd + Harbour" is equivalent to "apache + PHP" and perhaps to
"Microsoft IIS + VB scripts". Maybe this can give you a hint to
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 UWBrows
>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.
_
Hi,
> Hi,
> should be hb_parnidef(). Thank You.
> Regards,
> Mindaugas
Now is OK , thanks.
--
Regards,
J K
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
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 li
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 -
IG:\
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 :
> So far I've tried two interfaces: Mozilla XUL that allows a look and
> feel
> 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
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 it
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 p
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
contro
Hi Mindaugas,
Great stuff! Makes it easy to grasp this concept from the programming side,
reminded me of Ruby on Rails.
I have a few questions:
- Why the custom made socket functions?
If there is a problem with the Harbour ones, I think we should fix them.
- Do you think it's possible to avoid
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 Kavaliauska
>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,
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 the
On Fri, Jun 12, 2009 at 6:47 PM, Mindaugas
Kavaliauskas 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 client" but I'm
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): htt
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 th
When trying to compile the uhttpd's modules with the new version of
SVN, got this error:
c:\Harbour\contrib\examples\uhttpd\modules>more 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
testaja
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 af
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.
Ma
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 that
I'll do some minor cleanups to make it work without the hbmk.bat file, but
until then I suggest to use the hbmk.bat in uhttpd dir.
As for gtwvg, I'm not sure how it goes into the mix here.
Brgds,
Viktor
On Sun, Mar 1, 2009 at 6:23 PM, wrote:
> I can correctly prepare DDEMOWVG. But when tru uHT
I can correctly prepare DDEMOWVG. But when tru uHTTPD, i have this error :
D:\harbour\contrib\examples\uhttpd>hbmk2 -n uhttpd.hbm
and on screen :
D:\harbour\include\hbdefs.h(338): Warning! W583: col(33) redefinition of the
typedef name 'INT32' ignored
D:\harbour\include\hbdefs.h(338): Note! N39
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 co
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 in
I not have gd lib package to test uhttpd
and test seem already done
2009/2/19 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 o
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 w
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 o
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 :
> 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 keeps going down.
>
>
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 keeps going down.
I've rebuilt without HB_FM_STATISTICS_OFF but when uhttpd stops it does not
show leaked memory blocks.
Maurilio.
Massimo Belgrano wrote:
> if you po
if you post a sample i will try on windows (uhttpd with inet)
2009/2/19 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
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 it
33 matches
Mail list logo