Thanks for pointing this out. It builds on my FreeBSD 4.3 box, but from what you describe, a slightly cleaner fix for FreeBSD 4.7 is probably to change this (line 1129 of common/lang/xml/xmlesc.cpp):
"://", ulLen);
To be:
(const char*)"://", ulLen);
Does this fix the problem as well?
Above all, I encourage you to take this up at dev@server.helixcommunity.org where it will be easier to get assistance.
Dean Collins
Server Core Technical Lead / SDE
RealNetworks, Inc.
Seattle, WA
Hi, I was one of the RealNetworks panelists for this webcast. First, I wanted to thank all those who participated for their great questions! If your questions didn't make it in during the time we had available, or have additional questions, please get them to us either via the e-mail lists or via IRC. Visit https://www.helixcommunity.org/
and https://helix-server.helixcommunity.org/ for details. This second URL is where you can find the technical articles I referenced.
Thanks!
Dean Collins
Server Technical Lead / SDE
RealNetworks, Inc.
Thanks for pointing this out. It builds on my FreeBSD 4.3 box, but from what you describe, a slightly cleaner fix for FreeBSD 4.7 is probably to change this (line 1129 of common/lang/xml/xmlesc.cpp):
"://", ulLen);
To be:
(const char*)"://", ulLen);
Does this fix the problem as well?
Above all, I encourage you to take this up at dev@server.helixcommunity.org where it will be easier to get assistance.
Dean Collins
Server Core Technical Lead / SDE
RealNetworks, Inc.
Seattle, WA
Yes, the Helix DNA Server allows unlimited bandwidth usage. There's something about this in the FAQ on helixcommunity.org.
Additionally, with access to the source code, even if a limit was in there you could comment it out. :)
Dean Collins
Server Core Technical Lead / SDE
RealNetworks, Inc.
Seattle, WA
Hi, I was one of the RealNetworks panelists for this webcast. First, I wanted to thank all those who participated for their great questions! If your questions didn't make it in during the time we had available, or have additional questions, please get them to us either via the e-mail lists or via IRC. Visit https://www.helixcommunity.org/ and https://helix-server.helixcommunity.org/ for details. This second URL is where you can find the technical articles I referenced.
Thanks!
Dean Collins
Server Technical Lead / SDE
RealNetworks, Inc.