Search found 52 matches: twebserver

Return to advanced search

Re: TWebServer buffer Socket

Hello,

What I used It worked oSocket:SendFile()
by Ari
Mon Mar 27, 2023 10:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebServer buffer Socket
Replies: 2
Views: 386

TWebServer buffer Socket

Hello friends

I have buffer problem for pages with size above 40k, smaller pages works. In Socked's SendData() it has a limit of 32k.

How can I resolve this?
by Ari
Sat Mar 18, 2023 8:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebServer buffer Socket
Replies: 2
Views: 386

browse information

... --> 127.0.0.1/tvsisrevweb.prg?tvlis001 // tvlis001 is a class that lives in the sisrev.exe application, which I access through port 81 in TwebServer() I need to get all the information from the browse, the same way it's done in tSocket.prg via ::GetData() Is there any function I can use ...
by Ari
Thu Mar 02, 2023 2:49 pm
 
Forum: mod_harbour
Topic: browse information
Replies: 1
Views: 340

Re: Session in TWebServer

Grateful for replying

I will research about
by Ari
Wed Nov 30, 2022 1:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Session in TWebServer
Replies: 5
Views: 412

Re: Session in TWebServer

Dear Ari,

mod_harbour CGI is the way to go :-)
by Antonio Linares
Wed Nov 30, 2022 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Session in TWebServer
Replies: 5
Views: 412

Re: Session in TWebServer

HI Ari,
Thank you for your explanation.
I somehow overlooked TWebServer.
I thought TWebServer was part ofTWeb.

In the meantime, there are so many variations on how to get onto the web with Harbour that it's hard to keep track.

I myself use mod Harbour from FIVETECH.

Best regards,
Otto
by Otto
Tue Nov 29, 2022 9:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Session in TWebServer
Replies: 5
Views: 412

Re: Session in TWebServer

... I am converting my Desktop application to pages, I manage the page in the Desktop App and put it in the site folder that can be configured in the TWebServer class. Everything is going right as to generate and populate the page and return it to the Server. My concern is in the multi-tasking issue ...
by Ari
Tue Nov 29, 2022 7:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Session in TWebServer
Replies: 5
Views: 412

Re: Session in TWebServer

Hi Ari,

Can you please provide some additional information:
What is a TWebServer?

What exactly do you want to do?

Do you think a Fivewin APP should access the session?

Best regards,
Otto
by Otto
Tue Nov 29, 2022 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Session in TWebServer
Replies: 5
Views: 412

Session in TWebServer

Hello friends !

Is it possible to control session on TWebServer as Apache ?
by Ari
Tue Nov 29, 2022 7:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Session in TWebServer
Replies: 5
Views: 412

Re: Using TWebServer()

I understand that, and don't have an issue with it. I just need the window can be hidden and to not obstruct program flow. I can't figure out how to do that within a service. I'll provide a sample to illustrate what I am trying to make work, won't get to that again until later in the week. It seems ...
by rhlawek
Tue Sep 30, 2014 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using TWebServer()
Replies: 5
Views: 1168

Re: Using TWebServer()

Robb,

Sockets notifications arrive as windows messages, thats why we need a window
by Antonio Linares
Tue Sep 30, 2014 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using TWebServer()
Replies: 5
Views: 1168

Re: Using TWebServer()

I would like to use this class as part of a windows service I run, which is headless as you would expect a service to be. When I try to use this class in that context it tells me that TSocket cannot be used without a main window. All my test code on the console and with a GUI works just fine. For fu...
by rhlawek
Fri Sep 26, 2014 4:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using TWebServer()
Replies: 5
Views: 1168

Re: Using TWebServer()

Thank you. I looked several times for such an example, but it appears that it will answer my questions. Thank you.

Robb
by rhlawek
Sun Sep 14, 2014 2:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using TWebServer()
Replies: 5
Views: 1168

Re: Using TWebServer()

Robb,

Please review FWH/samples/fivegen folder

there you have a complete example.
by Antonio Linares
Sat Sep 13, 2014 6:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using TWebServer()
Replies: 5
Views: 1168
Next

Return to advanced search