Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > use module cycle

Reply
Thread Tools

use module cycle

 
 
david
Guest
Posts: n/a
 
      11-30-2009
Hi all,

If i have a cycle of module use, for example if module a uses module
b, and module b uses module a (it could be also more complex cycles).
Is it bad for performance without mod_perl ?

If yes, is there a way (module) to identify these cycles.

Best regards,
David
 
Reply With Quote
 
 
 
 
david
Guest
Posts: n/a
 
      11-30-2009
On Nov 30, 12:34*pm, Ben Morrow <b...@morrow.me.uk> wrote:
> Quoth david <michaelg...@gmail.com>:
>
>
>
> > If i have a cycle of module use, for example if module a uses module
> > b, and module b uses module a (it could be also more complex cycles).
> > Is it bad for performance without mod_perl ?

>
> Err... no. What made you think it might be?
>
> Ben


Thank you.

I thought because when i ran nytprof on the program and removed a
cycle, the runtime was about 100 ms less in the begin function, but
maybe it was noise of the run times (after all i did not run it 100
times and saw the statistics).
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
can cycle through input with enter or tab but must use tab in i.e. Andrew Pollock Javascript 1 09-16-2009 08:28 PM
Importing Module To Use Variables In A Second Module rshepard@nospam.appl-ecosys.com Python 4 09-28-2007 01:17 PM
Use Multi-cycle Path or Pipeline? Davy VHDL 5 01-08-2007 03:30 PM
Re: module docstring, documentation,anything? please note is the module type/object NOT some module Maric Michaud Python 0 06-24-2006 12:42 PM
How to re-"use Module" if the Module has changed? andrew.fabbro@gmail.com Perl Misc 4 01-31-2006 08:52 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57