[AOLSERVER] [ aolserver-Bugs-482148 ] ns_httpget crash server

2001-11-15 Thread Ms. Source Forge

Bugs item #482148, was opened at 2001-11-15 08:16
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=103152&aid=482148&group_id=3152

Category: Architecture: Win32-specific
Group: aolserver3_4
Status: Open
Resolution: None
Priority: 5
Submitted By: Alberto Marchesini (albertone)
Assigned to: Nobody/Anonymous (nobody)
Summary: ns_httpget crash server

Initial Comment:
Hi,
unfortunally I must use Windows (NT e 2000) for my
application. I write an adp page that use ns_httpget,
like this:
<%
set page [ns_httpget "http://www.aolserver.com";]

puts $page
%>
I request only this page more time, and all is ok, but
under Windows after some minutes the server goes
down!!!
I tryed launch server in console mode and call only
this page one time, then shutdown the server. At that
time the server hangs.
This is an abstract of the log from AOLserver after
the closing request :
"[15/Nov/2001:17:14:22][1084.1208][-main-] Notice:
nsmain: AOLserver/3.4 stopping
[15/Nov/2001:17:14:22][1084.1208][-main-] Notice:
nssock: triggering shutdown
[15/Nov/2001:17:14:22][1084.1012][-nssock-] Notice:
exiting
[15/Nov/2001:17:14:22][1084.1208][-main-] Notice:
serv: stopping connection threads
[15/Nov/2001:17:14:22][1084.1208][-main-] Notice:
serv: connection threads stopped"
Playing with the sources of AOLServer I've realized
that it hangs after the request for closing its
threads it opened a socket to serve a client request
like the example I wrote above.

Windows what a mess !!!

Thank you for any help !!!




--

You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=103152&aid=482148&group_id=3152



[AOLSERVER] [ aolserver-Bugs-482148 ] ns_httpget crash server

2001-11-15 Thread Ms. Source Forge

Bugs item #482148, was opened at 2001-11-15 08:16
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=103152&aid=482148&group_id=3152

Category: Architecture: Win32-specific
Group: aolserver3_4
Status: Open
Resolution: None
>Priority: 7
Submitted By: Alberto Marchesini (albertone)
Assigned to: Nobody/Anonymous (nobody)
Summary: ns_httpget crash server

Initial Comment:
Hi,
unfortunally I must use Windows (NT e 2000) for my
application. I write an adp page that use ns_httpget,
like this:
<%
set page [ns_httpget "http://www.aolserver.com";]

puts $page
%>
I request only this page more time, and all is ok, but
under Windows after some minutes the server goes
down!!!
I tryed launch server in console mode and call only
this page one time, then shutdown the server. At that
time the server hangs.
This is an abstract of the log from AOLserver after
the closing request :
"[15/Nov/2001:17:14:22][1084.1208][-main-] Notice:
nsmain: AOLserver/3.4 stopping
[15/Nov/2001:17:14:22][1084.1208][-main-] Notice:
nssock: triggering shutdown
[15/Nov/2001:17:14:22][1084.1012][-nssock-] Notice:
exiting
[15/Nov/2001:17:14:22][1084.1208][-main-] Notice:
serv: stopping connection threads
[15/Nov/2001:17:14:22][1084.1208][-main-] Notice:
serv: connection threads stopped"
Playing with the sources of AOLServer I've realized
that it hangs after the request for closing its
threads it opened a socket to serve a client request
like the example I wrote above.

Windows what a mess !!!

Thank you for any help !!!




--

You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=103152&aid=482148&group_id=3152



[AOLSERVER] [ aolserver-Bugs-482148 ] ns_httpget crash server

2001-11-28 Thread Ms. Source Forge

Bugs item #482148, was opened at 2001-11-15 08:16
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=103152&aid=482148&group_id=3152

Category: Architecture: Win32-specific
Group: aolserver3_4
Status: Open
Resolution: None
>Priority: 8
Submitted By: Alberto Marchesini (albertone)
Assigned to: Nobody/Anonymous (nobody)
Summary: ns_httpget crash server

Initial Comment:
Hi,
unfortunally I must use Windows (NT e 2000) for my
application. I write an adp page that use ns_httpget,
like this:
<%
set page [ns_httpget "http://www.aolserver.com";]

puts $page
%>
I request only this page more time, and all is ok, but
under Windows after some minutes the server goes
down!!!
I tryed launch server in console mode and call only
this page one time, then shutdown the server. At that
time the server hangs.
This is an abstract of the log from AOLserver after
the closing request :
"[15/Nov/2001:17:14:22][1084.1208][-main-] Notice:
nsmain: AOLserver/3.4 stopping
[15/Nov/2001:17:14:22][1084.1208][-main-] Notice:
nssock: triggering shutdown
[15/Nov/2001:17:14:22][1084.1012][-nssock-] Notice:
exiting
[15/Nov/2001:17:14:22][1084.1208][-main-] Notice:
serv: stopping connection threads
[15/Nov/2001:17:14:22][1084.1208][-main-] Notice:
serv: connection threads stopped"
Playing with the sources of AOLServer I've realized
that it hangs after the request for closing its
threads it opened a socket to serve a client request
like the example I wrote above.

Windows what a mess !!!

Thank you for any help !!!




--

You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=103152&aid=482148&group_id=3152



[AOLSERVER] [ aolserver-Bugs-482148 ] ns_httpget crash server

2002-02-26 Thread Ms. Source Forge

Bugs item #482148, was opened at 2001-11-15 08:16
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=103152&aid=482148&group_id=3152

Category: Architecture: Win32-specific
Group: aolserver3_4
Status: Open
Resolution: None
Priority: 8
Submitted By: Alberto Marchesini (albertone)
>Assigned to: Kriston Rehberg (kriston)
Summary: ns_httpget crash server

Initial Comment:
Hi,
unfortunally I must use Windows (NT e 2000) for my
application. I write an adp page that use ns_httpget,
like this:
<%
set page [ns_httpget "http://www.aolserver.com";]

puts $page
%>
I request only this page more time, and all is ok, but
under Windows after some minutes the server goes
down!!!
I tryed launch server in console mode and call only
this page one time, then shutdown the server. At that
time the server hangs.
This is an abstract of the log from AOLserver after
the closing request :
"[15/Nov/2001:17:14:22][1084.1208][-main-] Notice:
nsmain: AOLserver/3.4 stopping
[15/Nov/2001:17:14:22][1084.1208][-main-] Notice:
nssock: triggering shutdown
[15/Nov/2001:17:14:22][1084.1012][-nssock-] Notice:
exiting
[15/Nov/2001:17:14:22][1084.1208][-main-] Notice:
serv: stopping connection threads
[15/Nov/2001:17:14:22][1084.1208][-main-] Notice:
serv: connection threads stopped"
Playing with the sources of AOLServer I've realized
that it hangs after the request for closing its
threads it opened a socket to serve a client request
like the example I wrote above.

Windows what a mess !!!

Thank you for any help !!!




--

You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=103152&aid=482148&group_id=3152



[AOLSERVER] [ aolserver-Bugs-482148 ] ns_httpget crash server

2002-10-02 Thread Ms. Source Forge

Bugs item #482148, was opened at 2001-11-15 08:16
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=103152&aid=482148&group_id=3152

Category: Architecture: Win32-specific
Group: aolserver3_4
Status: Open
Resolution: None
Priority: 8
Submitted By: Alberto Marchesini (albertone)
Assigned to: Kriston Rehberg (kriston)
Summary: ns_httpget crash server

Initial Comment:
Hi,
unfortunally I must use Windows (NT e 2000) for my
application. I write an adp page that use ns_httpget,
like this:
<%
set page [ns_httpget "http://www.aolserver.com";]

puts $page
%>
I request only this page more time, and all is ok, but
under Windows after some minutes the server goes
down!!!
I tryed launch server in console mode and call only
this page one time, then shutdown the server. At that
time the server hangs.
This is an abstract of the log from AOLserver after
the closing request :
"[15/Nov/2001:17:14:22][1084.1208][-main-] Notice:
nsmain: AOLserver/3.4 stopping
[15/Nov/2001:17:14:22][1084.1208][-main-] Notice:
nssock: triggering shutdown
[15/Nov/2001:17:14:22][1084.1012][-nssock-] Notice:
exiting
[15/Nov/2001:17:14:22][1084.1208][-main-] Notice:
serv: stopping connection threads
[15/Nov/2001:17:14:22][1084.1208][-main-] Notice:
serv: connection threads stopped"
Playing with the sources of AOLServer I've realized
that it hangs after the request for closing its
threads it opened a socket to serve a client request
like the example I wrote above.

Windows what a mess !!!

Thank you for any help !!!




--

Comment By: Nobody/Anonymous (nobody)
Date: 2002-10-02 14:45

Message:
Logged In: NO

Is there any progress on this?

I don't think its a Windows specific issue as I see it
happening on Linux 2.2.19

--

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=103152&aid=482148&group_id=3152