| Author |
Problem with runtime IIS 6.0
|
|
| Andrea 2005-04-14, 9:23 am |
| Hi,
I have this problem with Plusrun.exe (runtime configurated into my iis 6.0):
then the runtime is loaded into memory to excute a my exe program it isn't
unloaded from memory then the program is finished so when another internet
user call the program Plusrun is reloaded another time in memory.
This a big problem because after a few time i found into my TASK MANAGER of
winindos server 2003 a lot of execution of Plusrun.exe that caused the
finished of server memory.
How i can do to unload Plusrun.exe than the program if finished???
I have configured my iis6.0 aas specified into the document:
http://www.dbase.com/Knowledgebase/.../IIS6Config.htm
Thank's in advance
Andrea
| |
| Christopher F. Neumann 2005-04-14, 11:24 am |
| Have you tried it with IIS 5.x or Apache?
Andrea wrote:
> Hi,
> I have this problem with Plusrun.exe (runtime configurated into my
> iis 6.0): then the runtime is loaded into memory to excute a my exe
> program it isn't unloaded from memory then the program is finished so
> when another internet user call the program Plusrun is reloaded
> another time in memory.
> This a big problem because after a few time i found into my TASK
> MANAGER of winindos server 2003 a lot of execution of Plusrun.exe
> that caused the finished of server memory.
>
> How i can do to unload Plusrun.exe than the program if finished???
>
> I have configured my iis6.0 aas specified into the document:
> http://www.dbase.com/Knowledgebase/.../IIS6Config.htm
>
> Thank's in advance
> Andrea
--
Christopher F. Neumann
[dBASE Gold Charter Member 107]
Blue Star Visual dBASE graduate
IWA-HWG Web Technologies Certified
ICCP TCP/IP Network Analyst
Data Communications Engineer
http://cfneumann.us
"Just hanging out on the Sagittarian arm of the Milky Way"
| |
| Andrea 2005-04-14, 11:24 am |
| No, because the server is configured by my ISP that has permitted me to
configure Plusrun by i don't install new web server...
Andrea
"Christopher F. Neumann" <chris@cfneumann.us> ha scritto nel messaggio
news:e6gtMLQQFHA.444@news-server...
> Have you tried it with IIS 5.x or Apache?
>
>
> Andrea wrote:
>
> --
>
> Christopher F. Neumann
>
> [dBASE Gold Charter Member 107]
> Blue Star Visual dBASE graduate
> IWA-HWG Web Technologies Certified
> ICCP TCP/IP Network Analyst
> Data Communications Engineer
> http://cfneumann.us
>
> "Just hanging out on the Sagittarian arm of the Milky Way"
>
>
>
| |
| Christopher F. Neumann 2005-04-14, 11:24 am |
| IOW, you are sure if your applet works properly on any web server. Make sure that you have an explicit quit at the end of the
applet.
Andrea wrote:[color=darkred
]
> No, because the server is configured by my ISP that has permitted me
> to configure Plusrun by i don't install new web server...
> Andrea
> "Christopher F. Neumann" <chris@cfneumann.us> ha scritto nel messaggio
> news:e6gtMLQQFHA.444@news-server...
--
Christopher F. Neumann
[dBASE Gold Charter Member 107]
Blue Star Visual dBASE graduate
IWA-HWG Web Technologies Certified
ICCP TCP/IP Network Analyst
Data Communications Engineer
http://cfneumann.us
"Just hanging out on the Sagittarian arm of the Milky Way"
| |
| Andrea 2005-04-14, 11:24 am |
| Yes, i think that my applet is correct ...
Param cParam1
Set talk OFF // turn off interactive mode
Set century ON // Y2K
Try // Error trap entire CGI applet.
////// Create new instance of the Web Class
Set proc to Webclass.cc additive //subclass of WebClass.cc
oCGI = new CGISession()
////// Connect to the Web Server (StdIn/StdOut)
oCGI.Connect()
...
...
...
catch (exception e)
oCGI.errorPage(e)
endtry
///cleanup our mess<g>
oCGI = null
cSearch = null
cURL = null
cVisitOurSite = null
aCaptionArray = null
aFieldArray = null
cDatabase = null
cTable = null
cIndexName = null
////// all done
Quit
and i noted that if i try to execut the applet from the server machine it's
work corretly and it's unload from memory but if it's is called from a
remote client the runtime remains loaded into memory...
Thank's
Andrea
"Christopher F. Neumann" <chris@cfneumann.us> ha scritto nel messaggio
news:AVrfMaQQFHA.320@news-server...
> IOW, you are sure if your applet works properly on any web server. Make
sure that you have an explicit quit at the end of the
> applet.
>
>
> Andrea wrote:
>
> --
>
> Christopher F. Neumann
>
> [dBASE Gold Charter Member 107]
> Blue Star Visual dBASE graduate
> IWA-HWG Web Technologies Certified
> ICCP TCP/IP Network Analyst
> Data Communications Engineer
> http://cfneumann.us
>
> "Just hanging out on the Sagittarian arm of the Milky Way"
>
>
>
| |
| Philip McCreight 2005-04-17, 7:23 am |
| Hi Andrea,
you are not alone. I have exactly the same problem, causing my Server with
IIS 6.0 to crash after 3 to 4 weeks. Unfortunatly I haven't found a reason
for this behaviour by now, and I help myself by restarting the server every
2 weeks.
Since this of course isn't such a nice method I'm observing this
newsgroup-thread with interest. I hope someone out there has a solution for
the problem.
Regards
Philip
"Andrea" <news.dbase.com> schrieb im Newsbeitrag
news:NnnkK%23PQFHA.320@news-server...
> Hi,
> I have this problem with Plusrun.exe (runtime configurated into my iis
> 6.0):
> then the runtime is loaded into memory to excute a my exe program it isn't
> unloaded from memory then the program is finished so when another internet
> user call the program Plusrun is reloaded another time in memory.
> This a big problem because after a few time i found into my TASK MANAGER
> of
> winindos server 2003 a lot of execution of Plusrun.exe that caused the
> finished of server memory.
>
> How i can do to unload Plusrun.exe than the program if finished???
>
> I have configured my iis6.0 aas specified into the document:
> http://www.dbase.com/Knowledgebase/.../IIS6Config.htm
>
> Thank's in advance
> Andrea
>
>
| |
| David Ball 2005-04-26, 1:23 pm |
| Hello Andrea
Would your ISP be interested in some publicity? Perhaps there are other
dBASE users that could benefit from an Italian ISP that has the dBASE
runtime
installed and are willing to support customer applications. (That is, if
they are willing to do that for other users.) Better support for dBASE web
applications is better for dBASE developers.
I run a website called the dBASE Hosting Index, where users can find web
hosts that support dBASE web applications. If you think that your ISP may be
interested, please let me know and I can put them on the list. Sorry, I do
not speak Italian and my site is in English only.
Thank you
David Ball
dBASE Hosting Index
http://www.ChelseaData.ca/dHI/
"Andrea" <news.dbase.com> wrote in message
news:fgVjNRQQFHA.432@news-server...
> No, because the server is configured by my ISP that has permitted me to
> configure Plusrun by i don't install new web server...
> Andrea
| |
| Willie King 2005-07-30, 7:23 am |
| Hi
I keep all my queries within the <body> of the web page. If your bde is not
configured correctly or a fault occurs outside the body of the web page a
plusrun.exe is stuck in memory.
"Andrea" <news.dbase.com> wrote in message
news:NnnkK%23PQFHA.320@news-server...
> Hi,
> I have this problem with Plusrun.exe (runtime configurated into my iis
> 6.0):
> then the runtime is loaded into memory to excute a my exe program it isn't
> unloaded from memory then the program is finished so when another internet
> user call the program Plusrun is reloaded another time in memory.
> This a big problem because after a few time i found into my TASK MANAGER
> of
> winindos server 2003 a lot of execution of Plusrun.exe that caused the
> finished of server memory.
>
> How i can do to unload Plusrun.exe than the program if finished???
>
> I have configured my iis6.0 aas specified into the document:
> http://www.dbase.com/Knowledgebase/.../IIS6Config.htm
>
> Thank's in advance
> Andrea
>
>
|
|
|
|