[Seaside] MNU after clean install...

Boris Popov boris at deepcovelabs.com
Wed Jul 22 19:13:57 UTC 2009


I can't say I disagree, but it doesn't help me ;) It can't be a
system-wide issue though, as Apache on this same machine behaves
normally (0ms connecting, 5ms waiting for response).

 

-Boris

 

-- 

+1.604.689.0322

DeepCove Labs Ltd.

4th floor 595 Howe Street

Vancouver, Canada V6C 2T5

http://tinyurl.com/r7uw4 <http://tinyurl.com/r7uw4> 

 

From: seaside-bounces at lists.squeakfoundation.org
[mailto:seaside-bounces at lists.squeakfoundation.org] On Behalf Of Mariano
Martinez Peck
Sent: Wednesday, July 22, 2009 12:11 PM
To: Seaside - general discussion
Subject: Re: [Seaside] MNU after clean install...

 

 

On Wed, Jul 22, 2009 at 6:09 PM, Boris Popov <boris at deepcovelabs.com>
wrote:

This same image + vm combo running on XP is working just fine. Sigh.


Sorry, I cannot resist, but Vista sucks.
 

	
	-Boris
	
	--
	+1.604.689.0322
	DeepCove Labs Ltd.
	4th floor 595 Howe Street
	Vancouver, Canada V6C 2T5
	http://tinyurl.com/r7uw4
	
	-----Original Message-----

	From: seaside-bounces at lists.squeakfoundation.org
[mailto:seaside-bounces at lists.squeakfoundation.org] On Behalf Of Boris
Popov
	Sent: Wednesday, July 22, 2009 11:44 AM
	To: Seaside - general discussion

	Subject: RE: [Seaside] MNU after clean install...
	
	Julian,
	
	Not surprisingly,
	
	Duration
	0:00:00:00.004
	0:00:00:00.002
	0:00:00:00.004
	0:00:00:00.001
	0:00:00:00.004
	0:00:00:00.002
	0:00:00:00.004
	
	Web Inspector and Firebug both report the bulk of that time
spent in Latency (Safari term) or Connecting/Waiting for response
(Firebug term). I'll try this on plain XP tonight to see if it might be
a Vista issue.
	
	-Boris
	
	--
	+1.604.689.0322
	DeepCove Labs Ltd.
	4th floor 595 Howe Street
	Vancouver, Canada V6C 2T5
	http://tinyurl.com/r7uw4
	
	
	-----Original Message-----
	From: seaside-bounces at lists.squeakfoundation.org
[mailto:seaside-bounces at lists.squeakfoundation.org] On Behalf Of Julian
Fitzell
	Sent: Wednesday, July 22, 2009 11:21 AM
	To: Seaside - general discussion
	Subject: Re: [Seaside] MNU after clean install...
	
	Not off the top of my head.
	
	The development tools are kind of hard to enable in the 2.9
alphas at
	the moment but try this to get the profiler:
	
	+ make sure Seaside-Squeak-Development package is loaded
	+ go to the config page
	+ click Configure next to your application
	+ under Ancestry, the configuration "Application Defaults"
should be
	listed; if not, add it
	+ click "Application Defaults". This configuration should be
inherited
	by all applications by default
	+ add WADevelopmentConfiguration to the ancestry
	+ click Close
	+ click Close
	+ start a new session of your application
	
	Now you can click Profile in the toolbar, do a few requests and
click
	"stop profiling".  Hopefully the tree view will shed some light
on
	where all the time is being spent (it's definitely not slow in
my
	image).
	
	Julian
	
	On Wed, Jul 22, 2009 at 9:50 AM, Boris
Popov<boris at deepcovelabs.com> wrote:
	> Julian,
	>
	> Thanks, that did the trick. Now, would you have any idea why
it might be
	> taking 2,000ms to increment a counter example in this
configuration?
	> Seaside 2.8 on VisualWorks averages around 70ms on my machine,
so
	> there's got to be something wrong with the setup of Pharo and
2.9a4 on
	> my side... Specific comparison screenshots can be found at
	> http://tinyurl.com/mqsprp
	>
	> Cheers!
	>
	> -Boris
	>
	> --
	> +1.604.689.0322
	> DeepCove Labs Ltd.
	> 4th floor 595 Howe Street
	> Vancouver, Canada V6C 2T5
	> http://tinyurl.com/r7uw4
	>
	>
	> -----Original Message-----
	> From: seaside-bounces at lists.squeakfoundation.org
	> [mailto:seaside-bounces at lists.squeakfoundation.org] On Behalf
Of Julian
	> Fitzell
	> Sent: Tuesday, July 21, 2009 11:07 PM
	> To: Seaside - general discussion
	> Subject: Re: [Seaside] MNU after clean install...
	>
	> Indeed. You'll see this problem if you use WAKom to start your
	> adaptor. Nobody noticed because all we're all using the new
control
	> panel instead... :)
	>
	> http://code.google.com/p/seaside/issues/detail?id=411
	>
	> This is fixed in Seaside-Adaptors-Comanche-jf.41 if you want
to update.
	>
	> Or:
	>  - add a call to #new in WAKom>>defaultCodec and
	> WAKomEncoded>>defaultCodec; or
	>  - use the control panel available in the
World->Tools->more... menu
	> to add the instance instead; or
	>  - execute "WAKom default codec: WANullCodec new"
	>
	> Julian
	>
	> On Tue, Jul 21, 2009 at 9:33 PM, Boris
Popov<boris at deepcovelabs.com>
	> wrote:
	>> Same here, heh, my first time with pharo too.
	>>
	>> -Boris (via BlackBerry)
	>>
	>> ----- Original Message -----
	>> From: seaside-bounces at lists.squeakfoundation.org
	>> <seaside-bounces at lists.squeakfoundation.org>
	>> To: seaside at lists.squeakfoundation.org
	> <seaside at lists.squeakfoundation.org>
	>> Sent: Tue Jul 21 21:16:34 2009
	>> Subject: [Seaside] MNU after clean install...
	>>
	>> After I perform an install of Seaside 2.9.0a4 on a clean
Pharo image,
	>> I start Comanche and when I navigate to the url
	>> (localhost:port/seaside), I receive the following error.
	>> Does anyone else get this error?
	>>
	>> ==========================
	>>
	>> Internal Server Error
	>>
	>> MessageNotUnderstood: WANullCodec class>>url
	>>
	>> ==========================
	>>
	>> Thanks,
	>>
	>> Eric
	>> _______________________________________________
	>> seaside mailing list
	>> seaside at lists.squeakfoundation.org
	>>
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
	>>
	>> _______________________________________________
	>> seaside mailing list
	>> seaside at lists.squeakfoundation.org
	>>
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
	>>
	>>
	> _______________________________________________
	> seaside mailing list
	> seaside at lists.squeakfoundation.org
	>
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
	> _______________________________________________
	> seaside mailing list
	> seaside at lists.squeakfoundation.org
	>
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
	>
	_______________________________________________
	seaside mailing list
	seaside at lists.squeakfoundation.org
	
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
	_______________________________________________
	seaside mailing list
	seaside at lists.squeakfoundation.org
	
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
	_______________________________________________
	seaside mailing list
	seaside at lists.squeakfoundation.org
	
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20090722/4191a5f2/attachment.htm


More information about the seaside mailing list