logo       


Widget class loading (was: Re: relase plan, 1st draft): msg#00042

Subject: Widget class loading (was: Re: relase plan, 1st draft)
Göran Thyni wrote:

> Gtk2.pm will be BIG!
> and it will bootstrap *a lot* of functions from C.
> 
> I think it will still kill startup performance.
> Careful evaluation will be needed before
> making a change like that.
> The balance is between convenience for the developer
> and performance for the user (as always).

What about such a solution: each widget class is derived from 
Gtk2::Loader (probably a bad name, but Ok for this mail ;)

It has a 'new' subroutine (and probably other different named 
constructor subroutines) like this:

  sub new {
    my $class = shift;
    require $class; # or: eval "use $class"; die $@ if $@;
    $class->new(@_);
  }

Gtk2.pm sets the @ISA array of all widget classes to qw(Gtk2::Loader) 
and loads Gtk2::Loader. So when constructing a widget object, 
Gtk2::Loader's constructor is accessed first, which loads the real code
and then executes the widget's constructor. Subsequent calls will find 
the widget's constructor first, and everything should work with good 
performance and as expected.

Just a quick born idea, maybe it doesn't work, because I missed 
something essential (also I don't know much about Gtk2's internals). 
Just tell me ;)

BTW: how did the Gtk module solved this problem?

Regards,

Joern

-- 
Joern Reder
supporting:   http://www.zyn.de/
unbelievable: http://www.exit1.org/
CPAN:         http://www.perl.com/CPAN/modules/by-authors/id/J/JR/JRED


Ruby Jobs
Java Jobs
Jobs in California
more...
what
job title, keywords
where
city, state, zip
jobs by job search
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
encryption.gpg....    ietf.rfc822/199...    freebsd.devel.i...    lang.haskell.li...    mail.squirrelma...    web.zope.plone....    yellowdog.gener...    text.xml.xalan....    recreation.phot...    kde.devel.educa...    hardware.bus.ca...    printing.ghosts...    voip.peering/20...    assembly/2006-0...    org.user-groups...    culture.interne...    network.i2p/200...    boot-loaders.ya...    xfree86.render/...    qnx.openqnx.dev...    jakarta.velocit...    user-groups.pal...   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe