|
<< Click to Display Table of Contents >> Navigation: Telegram > 2020 > 02 > 29 > Telegram_2020-02-29T15 |
2020-02-29T15:01:12
Your own servers that you are managing? I am thinking of doing the same and I need you advice
2020-02-29T15:05:32
these are 2 simple i5-16MB RAM and SSD drives, for 2 internal apps.
they don't really need to be so strong, but i know my customer would want a lot more soon, so i just being ready.
i'm working on the third app now, and it's an international one - for now, with same specs (for testing & monitoring)
2020-02-29T15:07:41
How can I have access? Please give me the link
2020-02-29T15:09:14
sorry these are apps for internal use of the company
2020-02-29T15:10:01
and you won't see anything special about them anyway
2020-02-29T15:12:17
Oh I miss understood you then! I have an old desktop maybe I should set it up for testing
2020-02-29T15:12:50
that could work
??
2020-02-29T15:13:03
Ok thanks
2020-02-29T15:14:33
and you can access it with 10.0.0.x internally in your network
2020-02-29T15:16:31
I would like actually to install XAMP and also create a no-ip to access it via internet and allow the my client to test
2020-02-29T15:19:59
then in the router, you can set and lock the server in it's internal ip, set the app to port 80, and direct all incoming traffic to the server.
that's it - now you have a server that the whole world can access
2020-02-29T15:20:33
Great thanks
2020-02-29T15:23:07
Do you know any drawback with TIWStartHSys deployment mode ? I have used for the first time and I don’t know how it behaves in production
2020-02-29T15:29:37
i didn't do any httpsys app yet.
but my impretion is that it's as fast as an iw-service app, or maybe even faster.
2020-02-29T15:30:59
but don't use things you don't really need.
if you don't need 2 servers\\apps on the same machine, then stay with an iw-service app
2020-02-29T15:33:12
In http.sys you can use same IP:port using type: bold URLBase in ServerController, ex:
type: link 10.0.0.1:8888/APP1
type: link 10.0.0.1:8888/APP2
2020-02-29T15:36:08
How can change my app back to iw-service because it is almost at the end; any easy way?
2020-02-29T15:36:27
service with indy?
2020-02-29T15:36:37
because http.sys is service too
2020-02-29T15:36:53
Yes with Indy?
2020-02-29T15:37:05
open your DPR
2020-02-29T15:37:53
Ok I have it open
2020-02-29T15:38:22
1) Replace IWStartHSys unit by IWStart
2) Replace the call to TIWStartHSys.Execute() by TIWStart.Execute()
2020-02-29T15:38:52
Is that simple! Ok thank you sir
2020-02-29T15:38:59
Yes, :)
2020-02-29T15:39:20
Don't forget to type: bold BUILD ALL
2020-02-29T15:39:34
Ok sir !
2020-02-29T15:45:44
I have changed but I have got memory leak message