poe
Are multiple simultaneous Perl POE providers permitted?
I\'m using POE to build a system that bridges several protocols (HTTP, IRC, XMPP), and I\'d like to use POE to drive 开发者_JS百科a single event loop that handles these protocols.Can I do this safely,[详细]
2023-04-03 22:49 分类:问答Perl POE DirWatcher
Can someone tell me if POE::Component::DirWatch works with an ftp directory .show me how you would watch a director开发者_Go百科y over ftp[详细]
2023-03-19 02:48 分类:问答How do I set up my POE::Filter to receive the entire chunk of data returned from the server?
I tried the following my $filter = POE::Filter::Line->new(OutputLiteral => \'\'); my $wheel = POE::Wheel::ReadWrite->new([详细]
2023-03-14 21:59 分类:问答What are (dis)advantages running POE (Perl object environment) under Windows?
I need to build a production critical system for networking using the POE module under Windows system.[详细]
2023-03-07 11:30 分类:问答Daemon network process (perl) under Redhat RHEL5 is denying network connection
I wrote a program that is using the Perl POE Framework to realize a json webservice. So far so good. I have no problems running that application under debian systems. But when i run my application und[详细]
2023-02-23 05:47 分类:问答无线AP中,PoE+电源模块和PoE电源模块,有什么区别???
小啦小白兔 开发者_运维百科 2021-08-11 22:55 POE供电就是一根网线即传输网络信号同时也通过它给AP供电,ap上不需要在另外加电源,当然这中间就需要一个poe电源模块,用它来将网络信号和电源汇合在一根网线上,[详细]
2023-02-02 13:37 分类:问答What can I do to find out what's causing my program to consume lots of memory over time?
I have an application using POE which has about 10 sessions doing various tasks. Over time, the app starts consuming more and more RAM and this usage doesn\'t go down even though the app is idle 80% o[详细]
2023-01-29 09:09 分类:问答monitoring an exe application launching
I need to monitor an 开发者_运维问答console exe application which don\'t have any stdin from the user it only print some infoto the screen i used a POE:Wheel for this task[详细]
2023-01-09 23:08 分类:问答Where can I read a clear explanation of POE (Perl Object Environment)?
I am searching for about a week for a good and clear tutorial for POE that is relevant to 2010 and didn\'t find one.[详细]
2023-01-08 10:10 分类:问答How do I correctly shutdown a Bot::BasicBot bot (based on POE::Component::IRC)?
This is a sample script. When I hit Ctrl+C, the bot quits IRC but it reconnects back after some time. How do I shut down the bot correctly?[详细]
2022-12-24 10:52 分类:问答