Difference between revisions of "Talk:Networking"

From Lazarus wiki
Jump to navigationJump to search
(Location of this xml tutorial)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Just a quick glance at the article: it accesses ChildNodes a lot, but it doesn't free it anywhere. The code will cause memory leaks. If someone has time, this should be fixed --- accessed ChildNodes should be saved into a variable, and at the end freed by ChildNodes.Release. This is documented by short comment
+
== Link to Brook Framework is permanently down ==
  // Free NodeList with TDOMNodeList.Release!
 
  function GetChildNodes: TDOMNodeList;
 
in the dom.pp sources. The memory leak (and the fact that calling .Release when needed helps) can be easily seen by heaptrc. [[User:Michalis|Michalis]] 00:37, 28 November 2006 (CET)
 
  
== Location of this xml tutorial ==
+
Following the "Brook Framework" link, I end up with a fatal error created by the Hoster (HellioHost) saying that the Website/Account is currently down.
  
I don't think an xml tutorial should be located at /Networking, what about moving it to /Xml ? Lepidosteus
+
Here is the link directly to the author's Github, which seems to work:
 +
[https://github.com/silvioprog/brookframework Link to Brook Framework]
 +
 
 +
Since I do not know whether the error is permanent or probably goes away, I hesitate to make the change permanent in the Wiki yet. If it persists, a change should be made by the main authors of this Wiki.
 +
--[[User:Nimral|Nimral]] 12:56, 17 January 2016 (CET)

Latest revision as of 13:56, 17 January 2016

Link to Brook Framework is permanently down

Following the "Brook Framework" link, I end up with a fatal error created by the Hoster (HellioHost) saying that the Website/Account is currently down.

Here is the link directly to the author's Github, which seems to work: Link to Brook Framework

Since I do not know whether the error is permanent or probably goes away, I hesitate to make the change permanent in the Wiki yet. If it persists, a change should be made by the main authors of this Wiki. --Nimral 12:56, 17 January 2016 (CET)