perl.agents http://www.nntp.perl.org/group/perl.agents/ ... Copyright 1998-2013 perl.org Fri, 24 May 2013 14:57:01 +0000 ask@perl.org Re: Scooby status update by Paul Barry On Tue, 2005-04-12 at 21:24 -0700, shakil wrote:<br/>&gt; hmmmm<br/>&gt; <br/>&gt; &quot;Paul Barry&quot; &lt;paul.barry@itcarlow.ie&gt; wrote in message<br/>&gt; &gt; For more details, please visit the<br/>&gt; &gt; Scooby website at:<br/>&gt; &gt;<br/>&gt; &gt; http://glasnost.itcarlow.ie/~scooby/<br/>&gt; &gt; <br/><br/>Hmmmm, indeed.<br/><br/>A bit of a status update on Scooby. It really only works reliably under<br/>5.6.1 of Perl. There turned out to be too many module<br/>dependencies/breakages when Perl got updated, and I&#39;ve not had the time<br/>to work out what has to happen to Scooby and its 3rd party modules to<br/>fix things - I have tried Scooby with a bunch of the latest Perls, but<br/>it breaks in a number of places (mainly the 3rd party modules break or<br/>cause Scooby to break). In summary, Scooby was created to test the<br/>assumption that a debugger-type interface could be used to access a<br/>programs &quot;state&quot; prior to relocation. The project showed that this was<br/>the case. For my part, I actually think the Agent Perl technology<br/>offers a better platform to build on (that&#39;s why I put it in my first<br/>book - I was hoping it would draw attention to the technology and help<br/>it catch on).<br/><br/>Paul.<br/><br/>-- <br/>Paul Barry, Lecturer, Department of Computing and Networking,<br/>Institute of Technology, Carlow, Kilkenny Road, Carlow, Ireland.<br/>W: http://glasnost.itcarlow.ie/~barryp/index.html<br/>T: +353+59+917+0400 F: +353+59+917+0500 E: paul.barry@itcarlow.ie<br/> http://www.nntp.perl.org/group/perl.agents/2005/04/msg17.html Wed, 13 Apr 2005 01:47:37 +0000 Re: New mobile agent building modules for Perl by shakil hmmmm<br/><br/>&quot;Paul Barry&quot; &lt;paul.barry@itcarlow.ie&gt; wrote in message<br/>news:3EDCCA55.5090602@itcarlow.ie...<br/>&gt;<br/>&gt; Hi all!<br/>&gt;<br/>&gt; Ok - swallows hard - here goes.<br/>&gt;<br/>&gt; I&#39;ve spent the last little while working on a new mobile agent system<br/>&gt; for Perl. Called &quot;Scooby&quot;, it provides for reliable and secure<br/>&gt; (authenticated and encrypted) transportation of &quot;strongish&quot; mobile<br/>&gt; agents from computer to computer. For more details, please visit the<br/>&gt; Scooby website at:<br/>&gt;<br/>&gt; http://glasnost.itcarlow.ie/~scooby/<br/>&gt;<br/>&gt; and read the Installation/Configuration instructions, in addition to<br/>&gt; &quot;The Scooby Guide&quot;, which is a programmers guide for mobile agent<br/>&gt; writers (available as a PDF). The software can also be downloaded from<br/>&gt; here (it will be added to CPAN soon).<br/>&gt;<br/>&gt; Note that Scooby has some heavy module requirements (mainly brought<br/>&gt; about by the use of the Crypt::RSA module, which has LOADS of prereqs).<br/>&gt; You will also need to have MySQL running to support the Key Server.<br/>&gt; At the moment, it ONLY works with 5.6.1 of Perl, as anything else has<br/>&gt; given me problems. (My 5.8.0 installation of Perl has problems with<br/>&gt; Crypt::RSA, unfortunately).<br/>&gt;<br/>&gt; At the moment, I&#39;d classify the maturity of this code as &quot;beta&quot;.<br/>&gt;<br/>&gt; Have fun! And, of course, let me know what you think.<br/>&gt;<br/>&gt; Paul.<br/>&gt;<br/>&gt; --<br/>&gt; Paul Barry, Institute of Technology, Kilkenny Road, Carlow, Ireland.<br/>&gt; E-mail: paul.barry@itcarlow.ie Telephone: +353+59+9170400.<br/>&gt; Book: &quot;Programming the Network with Perl&quot;, Wiley, 2002.<br/>&gt; Book Website: http://glasnost.itcarlow.ie/~pnb/index.html<br/>&gt; Personal Website: http://glasnost.itcarlow.ie/~barryp/index.html<br/>&gt;<br/>&gt;<br/><br/><br/> http://www.nntp.perl.org/group/perl.agents/2005/04/msg16.html Tue, 12 Apr 2005 11:14:39 +0000 revisited by shakil It seems suitable to bring this discussion here...<br/><br/>To bring other ppl up to speed, Matt and I have been talking about<br/>potentially picking up the Agent Perl project again. In general, we&#39;ve<br/>been talking about architectures, and technologies available. In<br/>particular, there&#39;s a lot of resources available at:<br/><br/>http://www.fipa.org/<br/> - ACL, architecture, example systems<br/><br/><br/><br/><br/> http://www.nntp.perl.org/group/perl.agents/2005/04/msg15.html Tue, 12 Apr 2005 11:14:30 +0000 core dump by whitevamp im not sure if this is the right place to list this ..<br/>im running webmin or trying to and when i goto start it<br/>IE: /usr/local/webmin-conf/config-files-logs/webmin/start<br/><br/>i get the following error<br/>Starting Webmin server in /usr/local/webmin<br/>Segmentation fault (core dumped)<br/>and i have posted a thred at webmin.com and they said that it was not a<br/>issue with webmin but a issue with perl<br/>http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1073942&amp;group_id=17457&amp;atid=117457<br/><br/>ohh and my sys is as follows<br/>fbsd: 4.9<br/>perl: This is perl, v5.8.5 built for i386-freebsd-64int<br/><br/>if im not in tthe right place can u point in in the right direction..<br/><br/>and thx inadvance for any help<br/><br/>PS: when i do find the right place ill post the core file.<br/><br/><br/><br/>---<br/>Outgoing mail is certified Virus Free.<br/>Checked by AVG anti-virus system (http://www.grisoft.com).<br/>Version: 6.0.802 / Virus Database: 545 - Release Date: 11/26/2004<br/><br/><br/> http://www.nntp.perl.org/group/perl.agents/2004/11/msg14.html Sun, 28 Nov 2004 15:51:19 +0000 Scooby now on CPAN. by Paul Barry <br/>Hi all!<br/><br/>My modules are now available on CPAN:<br/><br/> http://www.cpan.org/modules/by-authors/id/B/BA/BARRYPJ/<br/><br/>I&#39;ve also noticed (and fixed) a number of silly typos in The Scooby <br/>Guide (available online at <br/>http://glasnost.itcarlow.ie/~scooby/TheScoobyGuide.pdf).<br/><br/>Thanks.<br/><br/>Paul.<br/><br/>-- <br/>Paul Barry, Institute of Technology, Kilkenny Road, Carlow, Ireland.<br/>E-mail: paul.barry@itcarlow.ie Telephone: +353+59+9170400.<br/>Book: &quot;Programming the Network with Perl&quot;, Wiley, 2002.<br/>Book Website: http://glasnost.itcarlow.ie/~pnb/index.html<br/>Personal Website: http://glasnost.itcarlow.ie/~barryp/index.html<br/><br/> http://www.nntp.perl.org/group/perl.agents/2003/06/msg13.html Thu, 05 Jun 2003 03:45:54 +0000 New mobile agent building modules for Perl by Paul Barry <br/>Hi all!<br/><br/>Ok - swallows hard - here goes.<br/><br/>I&#39;ve spent the last little while working on a new mobile agent system <br/>for Perl. Called &quot;Scooby&quot;, it provides for reliable and secure <br/>(authenticated and encrypted) transportation of &quot;strongish&quot; mobile <br/>agents from computer to computer. For more details, please visit the <br/>Scooby website at:<br/><br/> http://glasnost.itcarlow.ie/~scooby/<br/><br/>and read the Installation/Configuration instructions, in addition to <br/>&quot;The Scooby Guide&quot;, which is a programmers guide for mobile agent <br/>writers (available as a PDF). The software can also be downloaded from <br/>here (it will be added to CPAN soon).<br/><br/>Note that Scooby has some heavy module requirements (mainly brought <br/>about by the use of the Crypt::RSA module, which has LOADS of prereqs). <br/> You will also need to have MySQL running to support the Key Server. <br/>At the moment, it ONLY works with 5.6.1 of Perl, as anything else has <br/>given me problems. (My 5.8.0 installation of Perl has problems with <br/>Crypt::RSA, unfortunately).<br/><br/>At the moment, I&#39;d classify the maturity of this code as &quot;beta&quot;.<br/><br/>Have fun! And, of course, let me know what you think.<br/><br/>Paul.<br/><br/>-- <br/>Paul Barry, Institute of Technology, Kilkenny Road, Carlow, Ireland.<br/>E-mail: paul.barry@itcarlow.ie Telephone: +353+59+9170400.<br/>Book: &quot;Programming the Network with Perl&quot;, Wiley, 2002.<br/>Book Website: http://glasnost.itcarlow.ie/~pnb/index.html<br/>Personal Website: http://glasnost.itcarlow.ie/~barryp/index.html<br/><br/><br/> http://www.nntp.perl.org/group/perl.agents/2003/06/msg12.html Tue, 03 Jun 2003 09:39:44 +0000 Re: Should have sent this to the list, sorry. by johanvdb Hi,<br/><br/>As of now, I don&#39;t have any knowledge on standards used in the agents <br/>world ... I also think I don&#39;t have the time to tackle that on short <br/>notice. But I&#39;ve some ideas on an agent framework that&#39;s written in <br/>Perl,e.g. itinerary, transport and the agent object by itself. Although <br/>you should separate the agent from the transport over which it has been <br/>transported, I would like to experiment with jabber as a possible <br/>transport medium ...<br/><br/>Maybe I&#39;lll brew something myself, but I&#39;m afraid it won&#39;t be standards <br/>compliant ...<br/><br/><br/>Johan<br/><br/>Steve Purkis wrote:<br/>&gt; On Fri, 20 Dec 2002, Paul Barry wrote:<br/>&gt; <br/>&gt; <br/>&gt;&gt;johanvdb wrote:<br/>&gt;&gt; &gt; It seems that the Perl Agent framework dates from 1998. Are there any<br/>&gt;&gt; &gt; new initiatives under way? Does somebody wants to take up the<br/>&gt;&gt; &gt; development of the framework?<br/>&gt;&gt;<br/>&gt;&gt;I documented the current state of Agent Perl in chapter 6 of my book<br/>&gt;&gt;(link below). I did have a student work on some enhancements last year,<br/>&gt;&gt;and he was supposed to send his code to Steve Purkis. I&#39;m not sure if<br/>&gt;&gt;he did this, as his efforts were quite disappointing. Steve had<br/>&gt;&gt;indicated that he would like to get the ball rolling again, but also<br/>&gt;&gt;stated that he wasn&#39;t in a position to dedicate a lot of time to it.<br/>&gt; <br/>&gt; <br/>&gt; I didn&#39;t receive any updates, unfortunately. But it&#39;s true - I&#39;d like to<br/>&gt; see the ball rolling and would be willing to help, though my time is<br/>&gt; limited ATM.<br/>&gt; <br/>&gt; Anyways, there has been talk of new initiatives, but as of yet, none are<br/>&gt; under way...<br/>&gt; <br/>&gt; I&#39;ve had some interesting chats with Ben Evans sporadically over the past<br/>&gt; few months where we&#39;d talked about a new framework, in particular trust<br/>&gt; mechanisms, and Perl modules for OWL &amp; DAML/OIL, which in turn would<br/>&gt; require a namespace-aware RDF framework...<br/>&gt; <br/>&gt; I&#39;d also had some conversations a while back with Matt Lawrence about<br/>&gt; modelling a new framework on the work done by FIPA (www.fipa.org - which<br/>&gt; contains more ideas than you could shake a stick at... :), and with Tim<br/>&gt; Finin on the evolution of KQML/KIF to OWL. (All of this was sparked by<br/>&gt; Paul&#39;s interest, so thanks Paul!)<br/>&gt; <br/>&gt; If a new initiative is going to happen, I&#39;d suggest it start by:<br/>&gt; <br/>&gt; 1. Reviewing the current system, picking out good &amp; bad points.<br/>&gt; 2. Talking about what&#39;s going on in the world of agents, and<br/>&gt; making proposals about what a perl agent system should be/do.<br/>&gt; 3. Decide &amp; agree on what to build.<br/>&gt; 4. Build it. (the easy part - ha! :)<br/>&gt; <br/>&gt; I say this only because I feel Agent Perl as it stands suffered from a<br/>&gt; lack of discussion &amp; input. Don&#39;t want to make the same mistake twice.<br/>&gt; <br/>&gt; <br/>&gt; <br/>&gt;&gt;If the Perl Agents web-site is no more, I&#39;d be willing to host it here<br/>&gt;&gt;at IT Carlow (assuming the current state of the site - HTML, etc.) can<br/>&gt;&gt;be e-mailed to me).<br/>&gt; <br/>&gt; <br/>&gt; The website is still online at:<br/>&gt; <br/>&gt; http://www.epn.nu/~spurkis/Agent/<br/>&gt; <br/>&gt; Unfortunately, the README still says epn.ml.org, which closed down years<br/>&gt; ago. As no new release was done, the docs haven&#39;t been updated :-/.<br/>&gt; <br/>&gt; I&#39;ve no problems with moving the site, though I&#39;d recommend it wait until<br/>&gt; we know where this is headed. Eventually I&#39;d recommend registering<br/>&gt; agentperl.org, and setting up a CVS repository for development projects.<br/>&gt; <br/>&gt; Glad to see people are still interested in Perl agents!<br/>&gt; <br/>&gt; Regards,<br/>&gt; +--<br/>&gt; Steve Purkis &lt;spurkis@epn.nu&gt;<br/>&gt; <br/>&gt; <br/><br/> http://www.nntp.perl.org/group/perl.agents/2003/01/msg11.html Thu, 16 Jan 2003 09:42:46 +0000 Re: Should have sent this to the list, sorry. by Steve Purkis On Fri, 20 Dec 2002, Paul Barry wrote:<br/><br/>&gt; johanvdb wrote:<br/>&gt; &gt; It seems that the Perl Agent framework dates from 1998. Are there any<br/>&gt; &gt; new initiatives under way? Does somebody wants to take up the<br/>&gt; &gt; development of the framework?<br/>&gt;<br/>&gt; I documented the current state of Agent Perl in chapter 6 of my book<br/>&gt; (link below). I did have a student work on some enhancements last year,<br/>&gt; and he was supposed to send his code to Steve Purkis. I&#39;m not sure if<br/>&gt; he did this, as his efforts were quite disappointing. Steve had<br/>&gt; indicated that he would like to get the ball rolling again, but also<br/>&gt; stated that he wasn&#39;t in a position to dedicate a lot of time to it.<br/><br/>I didn&#39;t receive any updates, unfortunately. But it&#39;s true - I&#39;d like to<br/>see the ball rolling and would be willing to help, though my time is<br/>limited ATM.<br/><br/>Anyways, there has been talk of new initiatives, but as of yet, none are<br/>under way...<br/><br/>I&#39;ve had some interesting chats with Ben Evans sporadically over the past<br/>few months where we&#39;d talked about a new framework, in particular trust<br/>mechanisms, and Perl modules for OWL &amp; DAML/OIL, which in turn would<br/>require a namespace-aware RDF framework...<br/><br/>I&#39;d also had some conversations a while back with Matt Lawrence about<br/>modelling a new framework on the work done by FIPA (www.fipa.org - which<br/>contains more ideas than you could shake a stick at... :), and with Tim<br/>Finin on the evolution of KQML/KIF to OWL. (All of this was sparked by<br/>Paul&#39;s interest, so thanks Paul!)<br/><br/>If a new initiative is going to happen, I&#39;d suggest it start by:<br/><br/>1. Reviewing the current system, picking out good &amp; bad points.<br/>2. Talking about what&#39;s going on in the world of agents, and<br/> making proposals about what a perl agent system should be/do.<br/>3. Decide &amp; agree on what to build.<br/>4. Build it. (the easy part - ha! :)<br/><br/>I say this only because I feel Agent Perl as it stands suffered from a<br/>lack of discussion &amp; input. Don&#39;t want to make the same mistake twice.<br/><br/><br/>&gt; If the Perl Agents web-site is no more, I&#39;d be willing to host it here<br/>&gt; at IT Carlow (assuming the current state of the site - HTML, etc.) can<br/>&gt; be e-mailed to me).<br/><br/>The website is still online at:<br/><br/> http://www.epn.nu/~spurkis/Agent/<br/><br/>Unfortunately, the README still says epn.ml.org, which closed down years<br/>ago. As no new release was done, the docs haven&#39;t been updated :-/.<br/><br/>I&#39;ve no problems with moving the site, though I&#39;d recommend it wait until<br/>we know where this is headed. Eventually I&#39;d recommend registering<br/>agentperl.org, and setting up a CVS repository for development projects.<br/><br/>Glad to see people are still interested in Perl agents!<br/><br/>Regards,<br/>+--<br/> Steve Purkis &lt;spurkis@epn.nu&gt;<br/><br/><br/> http://www.nntp.perl.org/group/perl.agents/2002/12/msg10.html Fri, 20 Dec 2002 10:11:35 +0000 Should have sent this to the list, sorry. by Paul Barry johanvdb wrote:<br/> &gt; It seems that the Perl Agent framework dates from 1998. Are there any<br/> &gt; new initiatives under way? Does somebody wants to take up the<br/> &gt; development of the framework?<br/><br/>I documented the current state of Agent Perl in chapter 6 of my book <br/>(link below). I did have a student work on some enhancements last year, <br/>and he was supposed to send his code to Steve Purkis. I&#39;m not sure if <br/>he did this, as his efforts were quite disappointing. Steve had <br/>indicated that he would like to get the ball rolling again, but also <br/>stated that he wasn&#39;t in a position to dedicate a lot of time to it.<br/><br/>If the Perl Agents web-site is no more, I&#39;d be willing to host it here <br/>at IT Carlow (assuming the current state of the site - HTML, etc.) can <br/>be e-mailed to me).<br/><br/>Regards.<br/><br/>Paul.<br/>-- <br/>Paul Barry, Institute of Technology, Kilkenny Road, Carlow, Ireland.<br/>E-mail: paul.barry@itcarlow.ie Telephone: +353+59+9170400.<br/>Book: &quot;Programming the Network with Perl&quot;, Wiley, 2002.<br/>Book Website: http://glasnost.itcarlow.ie/~pnb/index.html<br/>Personal Website: http://glasnost.itcarlow.ie/~barryp/index.html<br/><br/> http://www.nntp.perl.org/group/perl.agents/2002/12/msg9.html Fri, 20 Dec 2002 07:39:20 +0000 AW: No new intiatives in this area? by Bartlomiej Frackiewicz Hi Johan,<br/><br/>do you have some website where you get your information?<br/><br/>i only found 404, when coming from google.<br/><br/>bart<br/><br/>-----Urspr&uuml;ngliche Nachricht-----<br/>Von: johanvdb [mailto:johan@vandenbrande.com]<br/>Gesendet: Freitag, 20. Dezember 2002 14:38<br/>An: perl-agents@perl.org<br/>Betreff: No new intiatives in this area?<br/><br/><br/>Hi,<br/><br/>It seems that the Perl Agent framework dates from 1998. Are there any <br/>new initiatives under way? Does somebody wants to take up the <br/>development of the framework?<br/><br/>Johan<br/><br/> http://www.nntp.perl.org/group/perl.agents/2002/12/msg8.html Fri, 20 Dec 2002 06:12:03 +0000 No new intiatives in this area? by johanvdb Hi,<br/><br/>It seems that the Perl Agent framework dates from 1998. Are there any <br/>new initiatives under way? Does somebody wants to take up the <br/>development of the framework?<br/><br/>Johan<br/><br/> http://www.nntp.perl.org/group/perl.agents/2002/12/msg7.html Fri, 20 Dec 2002 06:07:39 +0000 Re: An agent building tool for Java by Steve Purkis Jonas,<br/><br/>Thanks for the reference - I&#39;ve downloaded the docs &amp; the project looks<br/>quite interesting at a glance.<br/><br/>Regards,<br/>-Steve<br/><br/><br/>On Mon, 19 Aug 2002, Jonas B.Nielsen wrote:<br/><br/>&gt; Hello,<br/>&gt;<br/>&gt; This is my first post to this list, I am sorry it is about Java, but I<br/>&gt; think the following article/software might have your interest.<br/>&gt;<br/>&gt; ::: ABLE (Agent Building and Learning Environment)<br/>&gt; A Java framework, component library, and productivity tool kit for<br/>&gt; building intelligent agents using machine learning and reasoning.<br/>&gt; The ABLE research project is made available by the IBM T. J. Watson<br/>&gt; Research Center. Version 1.3c has been updated to make the<br/>&gt; ABLE Rule Language now more Java-like (first phase of modifications).<br/>&gt; The old form is converted automatically and supported in this<br/>&gt; upward-compatible<br/>&gt; release.<br/>&gt;<br/>&gt; http://www.alphaWorks.ibm.com/tech/able?open&amp;l=LT050602,t=awfl<br/>&gt;<br/>&gt; jonasbn<br/>&gt; --<br/>&gt; jonasbn@io.dk || icq: 62401545<br/>&gt; http://usr.bin.dk/~jonasbn/<br/>&gt;<br/><br/>+--<br/> Steve Purkis &lt;spurkis@epn.nu&gt;<br/><br/> http://www.nntp.perl.org/group/perl.agents/2002/08/msg6.html Wed, 28 Aug 2002 13:29:19 +0000 An agent building tool for Java by Jonas B . Nielsen Hello,<br/><br/>This is my first post to this list, I am sorry it is about Java, but I <br/>think the following article/software might have your interest.<br/><br/>::: ABLE (Agent Building and Learning Environment)<br/>A Java framework, component library, and productivity tool kit for<br/>building intelligent agents using machine learning and reasoning.<br/>The ABLE research project is made available by the IBM T. J. Watson<br/>Research Center. Version 1.3c has been updated to make the<br/>ABLE Rule Language now more Java-like (first phase of modifications).<br/>The old form is converted automatically and supported in this <br/>upward-compatible<br/>release.<br/><br/>http://www.alphaWorks.ibm.com/tech/able?open&amp;l=LT050602,t=awfl<br/><br/>jonasbn<br/>--<br/>jonasbn@io.dk || icq: 62401545<br/>http://usr.bin.dk/~jonasbn/<br/><br/> http://www.nntp.perl.org/group/perl.agents/2002/08/msg5.html Mon, 19 Aug 2002 01:30:43 +0000 agent perl revisited by Steve Purkis It seems suitable to bring this discussion here...<br/><br/>To bring other ppl up to speed, Matt and I have been talking about<br/>potentially picking up the Agent Perl project again. In general, we&#39;ve<br/>been talking about architectures, and technologies available. In<br/>particular, there&#39;s a lot of resources available at:<br/><br/> http://www.fipa.org/<br/> - ACL, architecture, example systems<br/><br/> http://www.w3.org/2001/sw/WebOnt/<br/> - OWL, DAML+OIL derivative<br/><br/><br/>On Thu, 15 Aug 2002, Matthew Lawrence wrote:<br/><br/>&gt; &gt; [snip!]<br/>&gt; &gt;Just briefly, I think an Agent Perl project could be<br/>&gt; &gt;split up into 2 broad areas already - server infrastructure, and<br/>&gt; &gt;communications tools (&amp; examples). But I&#39;ll leave that &#39;till later.<br/>&gt;<br/>&gt; Do you see that like a two level thing, with the server infrastructure <br/>&gt; providing an API to the communication tools? Or are they side by side?<br/><br/>I see the server not really giving a rats ass about anything higher<br/>than the transport layer. So it wouldn&#39;t know about the<br/>ACL/OWL/perl/english/etc. messages that it let agents send. That way<br/>seperate API&#39;s could be written for ACL/OWL and release on CPAN...<br/><br/>Of course, to go with the spirit of ACL &amp; collaborating agents, you&#39;d have<br/>to write some standard agents that know about ACL/OWL, and act accordingly<br/>(like getting an &#39;ask-all&#39; ACL message, and actually asking all its<br/>contacts. or getting a &#39;host-me-pls&#39; PERL kinda message, and hosting a<br/>mobile agent).<br/><br/>So maybe writing a set of example agents would be the third task that<br/>glues it all together.<br/><br/>+--<br/> Steve Purkis &lt;spurkis@epn.nu&gt;<br/><br/><br/> http://www.nntp.perl.org/group/perl.agents/2002/08/msg4.html Thu, 15 Aug 2002 04:13:50 +0000 Is anybody out there? by Paul Barry <br/>Hi!<br/><br/>I used to be on the &#39;old&#39; list some time ago, and Steve Purkis has just<br/>directed me to this one which I guess is now the &quot;official list&quot; ( ... now I<br/>know why things were so quiet).<br/><br/>In February last, Wiley Computer Publishing published my book, &quot;Programming<br/>the Network with Perl&quot;, which includes a chapter on using Agent Perl (v3.20)<br/>to write mobile agents. After describing the development of a set of<br/>programs that can form the basis of a mobile agent system, I use the system<br/>to write the &#39;classic&#39; mobile agent distributed &#39;who&#39; as well as a more<br/>involved mobile agent network management application. (The previous chapter<br/>in the book covers using Perl to program SNMP).<br/><br/>I&#39;d be interested in hearing from others on this list who have read the<br/>book. I&#39;m particluarly keen to hear from other Agent Perl programmers.<br/><br/>Find out more about the book here:<br/><br/>http://glasnost.itcarlow.ie/~pnb/index.html<br/><br/>Thanks.<br/><br/>Paul.<br/><br/>--<br/>Paul Barry, Lecturer - Computer Networking.<br/>e-mail: paul.barry@itcarlow.ie<br/>web: http://glasnost.itcarlow.ie/~barryp/index.html<br/>Institute of Technology, Carlow, Kilkenny Road, Carlow, Ireland. Tel:<br/>+353+503+70400 (Fax: 70500).<br/><br/> http://www.nntp.perl.org/group/perl.agents/2002/04/msg3.html Fri, 26 Apr 2002 07:29:00 +0000 Re: ping by Greg McCarroll * Elaine -HFB- Ashton (elaine@chaos.wustl.edu) wrote:<br/>&gt; Just a ping.<br/><br/>/me starts to reply with a ``Pong&#39;&#39; but gives up when the interface<br/>becomes to slow as his mail programming has jumped 4 nodes away from<br/>him.<br/><br/>-- <br/>Greg McCarroll http://www.mccarroll.uklinux.net<br/> http://www.nntp.perl.org/group/perl.agents/2001/01/msg2.html Tue, 30 Jan 2001 16:25:47 +0000 ping by Elaine -HFB- Ashton Just a ping.<br/> http://www.nntp.perl.org/group/perl.agents/2001/01/msg1.html Tue, 30 Jan 2001 13:55:49 +0000