develooper Front page | perl.perl6.language.io | Postings from November 2000

Re: PerlIO - what next? - (should getc get a character?)

Thread Previous
From:
Uri Guttman
Date:
November 4, 2000 16:37
Subject:
Re: PerlIO - what next? - (should getc get a character?)
Message ID:
200011050037.TAA28437@home.sysarch.com.
>>>>> "NI" == Nick Ing-Simmons <nick@ing-simmons.net> writes:
  >> and async i/o? 

  NI> If I can find a system that has async IO I will give it a try.
  NI> I may do Win32 system that way ...

i have an nice event kernel we can play with. better code than
Event.pm. it is generic, uses control blocks and can be extended to
handle solaris/bsd/vms/redmond async file i/o. it has a clean api but it
does do its own memory management (block allocation and linked list
stuff) which would might need to be removed or something.

should i try to put it up somewhere to be looked at? i have no issues
with it being a prototype and then being ripped to shreds. it has been
proven very stable in use.

  NI> I am not sure this code is a "draft" for perl6 - more of an
  NI> experiment so we can see what does('nt) work. The OO ANSI-C with
  NI> vtable stuff I used is also and experiment to see what it costs
  NI> before we start wholesale coding of perl6.

sounds good. we need to experiment with that as well as event
stuff. does anyone have working code that does async file i/o on
solaris? or on the other OSs?

uri

-- 
Uri Guttman  ---------  uri@sysarch.com  ----------  http://www.sysarch.com
SYStems ARCHitecture, Software Engineering, Perl, Internet, UNIX Consulting
The Perl Books Page  -----------  http://www.sysarch.com/cgi-bin/perl_books
The Best Search Engine on the Net  ----------  http://www.northernlight.com

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About