[opensource-dev] Compiling Snowglobe

2010-09-14 Thread Rob Nelson
  So I've got a recent-ish snowglobe source tree on Windows 7.  It 
compiles fine on Linux.  However, on Windows it's a hellish nightmare, 
and the wiki might as well be talking about compiling 1.23.  I've asked 
3 separate IRC channels with few positive results.

My current problem is with the libraries.  VC80 screams about missing 
VC80 boost libraries.  I looked in the libraries folder and found that 
it had VC90 boost libraries (according to the filenames, anyway), so I 
spent an hour installing and configuring VC90 only to find that it is 
almost as broken as VC2010, flooding me with "unresolved external" 
errors when linking with any non-boost lib.

So, is there anywhere I can find VC80 boost binaries compatible with 
SnowGlobe? (The prebuilt tarballs that LL provides only come with VC90 
libs.)  If not, how do I get this thing to build?  Which voodoo god must 
I sacrifice my firstborn to?

Rob
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


Re: [opensource-dev] [SNOWSTORM] Reminder: No Daily Scrum tomorrow (9/14) - Instead, Sprint Planning from 7-9am PT

2010-09-14 Thread Anya Kanevsky
Thank you, Esbee, for organizing!

I updated etherpad with Monday's summaries anyway.
May be a little late to the planning but hope to make it.

a

2010/9/13 Sarah (Esbee) Hutchinson 

> Hi all,
>
> Just a quick reminder that we won't meet tomorrow at 6:30am PT for the
> Daily Scrum. Instead we'll meet from 7-9am PT for Sprint 4 Planning.
>
> With the big Jira switchover, I'm a bit behind organizing stories and
> defects for this sprint, but will try to get us ready tonight!
>
> See you tomorrow!
>
> Best,
> Esbee
>
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Re: [opensource-dev] where is the source

2010-09-14 Thread Garmin Kawaguichi
OK! Thank you! I understood that:
The table in lscript_library.cpp is not a sign of an updated source.

GCI

- Original Message - 
From: "Tofu Linden" 
> LSL-related code in the viewer tree is mostly vestigial at this point -
> the server code has its own private tree which diverged over a year
>ago.


From: "Altair Sythos Memo" 
To: "Garmin Kawaguichi" 
Sent: Monday, September 13, 2010 8:44 PM
> mono script are server side compiled, i think all these are inside
> internal LL branch___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Re: [opensource-dev] Compiling Snowglobe

2010-09-14 Thread Robin Cornelius
On Tue, Sep 14, 2010 at 12:35 PM, malachi  wrote:
> yes you can get the boost you need at http://www.boostpro.com/download/
> On Tue, 14 Sep 2010 03:18:30 -0400, Rob Nelson
>  wrote:
>

Are you sure they work with snowglobe/snowstorm?

Any boost libs used MUST be compiled with SECURE_SCL=0 in order to be
compatable with the secondlife source code compile options, and
depending on the version of boost /winSDK you may also need to add
SECURE_STL=0 and neither of these are default options so my past
experience has shown the libs from boostpro do not work for SL.

What is wrong with the libs provided with snowglobe/snowstorm on
Visual Studio 2005? is this some new problem that they do not work?
they have always worked fine for me on multiple systems and sdks.

If you are looking for libs for 2008 see
http://jira.secondlife.com/browse/VWR-9541, which has a link to my
boost builds for 2008
http://www.byteme.org.uk/downloads/boost_1_39_VC90_no_scl_shared_crt_static_link.zip
(as the LL supplied ones for 2008 do not function).


Robin
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


Re: [opensource-dev] Compiling Snowglobe

2010-09-14 Thread malachi
yes you can get the boost you need at http://www.boostpro.com/download/
On Tue, 14 Sep 2010 03:18:30 -0400, Rob Nelson  
 wrote:

>   So I've got a recent-ish snowglobe source tree on Windows 7.  It
> compiles fine on Linux.  However, on Windows it's a hellish nightmare,
> and the wiki might as well be talking about compiling 1.23.  I've asked
> 3 separate IRC channels with few positive results.
>
> My current problem is with the libraries.  VC80 screams about missing
> VC80 boost libraries.  I looked in the libraries folder and found that
> it had VC90 boost libraries (according to the filenames, anyway), so I
> spent an hour installing and configuring VC90 only to find that it is
> almost as broken as VC2010, flooding me with "unresolved external"
> errors when linking with any non-boost lib.
>
> So, is there anywhere I can find VC80 boost binaries compatible with
> SnowGlobe? (The prebuilt tarballs that LL provides only come with VC90
> libs.)  If not, how do I get this thing to build?  Which voodoo god must
> I sacrifice my firstborn to?
>
> Rob
> ___
> Policies and (un)subscribe information available here:
> http://wiki.secondlife.com/wiki/OpenSource-Dev
> Please read the policies before posting to keep unmoderated posting  
> privileges


-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


Re: [opensource-dev] J2C fast decoder

2010-09-14 Thread Argent Stonecutter
On 2010-09-13, at 07:22, Leonel Morgado wrote:
> Notice that old JPG does not support alpha channels (transparency). That
> means abandoning JPEG2000 would in fact force everyone with a single
> transparent pixel (even if just corners of round textures) to use lossless
> PNG for that, which is not optimal, to say the least.

Doh. You are absolutely right. My bad.
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


[opensource-dev] Code review request: STORM-121 (Cleanup of Voice Client shutdown)

2010-09-14 Thread Aimee Linden
Hi,

Would someone mind code-reviewing this change ...

http://bitbucket.org/aimee_linden/viewer-development-fixes/changeset/836266aa8302

Just some simple reduction of duplicated code to ensure things get cleaned up 
properly when the voice client shuts down.

Aimee.

___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Re: [opensource-dev] [SNOWSTORM] Reminder: No Daily Scrum tomorrow (9/14) - Instead, Sprint Planning from 7-9am PT

2010-09-14 Thread Sarah (Esbee) Hutchinson
Great! Thanks, Anya. We'll still do a Daily Scrum update this morning -
we'll use the first few minutes of the Sprint Planning meeting to do that.
So hopefully by the time you arrive we'll be in Sprint Planning mode :)
- Esbee


On Tue, Sep 14, 2010 at 12:39 AM, Anya Kanevsky  wrote:

> Thank you, Esbee, for organizing!
>
> I updated etherpad with Monday's summaries anyway.
> May be a little late to the planning but hope to make it.
>
> a
>
> 2010/9/13 Sarah (Esbee) Hutchinson 
>
> Hi all,
>>
>> Just a quick reminder that we won't meet tomorrow at 6:30am PT for the
>> Daily Scrum. Instead we'll meet from 7-9am PT for Sprint 4 Planning.
>>
>> With the big Jira switchover, I'm a bit behind organizing stories and
>> defects for this sprint, but will try to get us ready tonight!
>>
>> See you tomorrow!
>>
>> Best,
>> Esbee
>>
>
>
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Re: [opensource-dev] Compiling Snowglobe

2010-09-14 Thread malachi
i am a windows 7 user using visual studio 2005 and i installed my own  
boost library from that site. snowglobe compiles with 0 errors. though i  
did copy and paste every single lib and dll file from boost to the library  
folder of the client folder lol. but still no errors mate.

On Tue, 14 Sep 2010 07:54:30 -0400, Robin Cornelius  
 wrote:

> On Tue, Sep 14, 2010 at 12:35 PM, malachi  wrote:
>> yes you can get the boost you need at http://www.boostpro.com/download/
>> On Tue, 14 Sep 2010 03:18:30 -0400, Rob Nelson
>>  wrote:
>>
>
> Are you sure they work with snowglobe/snowstorm?
>
> Any boost libs used MUST be compiled with SECURE_SCL=0 in order to be
> compatable with the secondlife source code compile options, and
> depending on the version of boost /winSDK you may also need to add
> SECURE_STL=0 and neither of these are default options so my past
> experience has shown the libs from boostpro do not work for SL.
>
> What is wrong with the libs provided with snowglobe/snowstorm on
> Visual Studio 2005? is this some new problem that they do not work?
> they have always worked fine for me on multiple systems and sdks.
>
> If you are looking for libs for 2008 see
> http://jira.secondlife.com/browse/VWR-9541, which has a link to my
> boost builds for 2008
> http://www.byteme.org.uk/downloads/boost_1_39_VC90_no_scl_shared_crt_static_link.zip
> (as the LL supplied ones for 2008 do not function).
>
>
> Robin


-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


Re: [opensource-dev] Compiling Snowglobe

2010-09-14 Thread Brandon Husbands
Vs 2008 is actuality broke for the viewer due to cmake errors a bunch of if
calls look only for vs 2005 use 2005.

On Sep 14, 2010 8:32 AM, "malachi"  wrote:

i am a windows 7 user using visual studio 2005 and i installed my own
boost library from that site. snowglobe compiles with 0 errors. though i
did copy and paste every single lib and dll file from boost to the library
folder of the client folder lol. but still no errors mate.


On Tue, 14 Sep 2010 07:54:30 -0400, Robin Cornelius
 wrote:

> On Tue,...

-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
__...

Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-De...
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Re: [opensource-dev] This cannot be right...

2010-09-14 Thread Ponzu
I tried the latest release Sunday, and out has this problem.  I also
tried to increase ulimit, but it didn't fix it.

On Mon, Sep 13, 2010 at 11:55 PM, Lee Sailer  wrote:
> I tried the latest release Sunday, and out has this problem.  I also tried
> to increase ulimit, but it didn't fix it.
>
> droid...
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


Re: [opensource-dev] Compiling Snowglobe

2010-09-14 Thread Robin Cornelius
On Tue, Sep 14, 2010 at 2:41 PM, Brandon Husbands  wrote:
> Vs 2008 is actuality broke for the viewer due to cmake errors a bunch of if
> calls look only for vs 2005 use 2005.

https://bitbucket.org/robincornelius/viewer-development-vwr-20879
contains the patches needed to work with 2008 (and express) with less
fuss, the repository is lagging a little behind viewer-development tip
but it should merge to latest fine.

Robin
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


Re: [opensource-dev] [SNOWSTORM] Code review request: STORM-121 (Cleanup of Voice Client shutdown)

2010-09-14 Thread Tofu Linden
r+

Aimee Linden wrote:
> Hi,
> 
> Would someone mind code-reviewing this change ...
> 
> http://bitbucket.org/aimee_linden/viewer-development-fixes/changeset/836266aa8302
> 
> Just some simple reduction of duplicated code to ensure things get cleaned up 
> properly when the voice client shuts down.
> 
> Aimee.
> 
> 
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


[opensource-dev] Snowstorm Daily Scrum Summary - 09/14/2010

2010-09-14 Thread Sarah (Esbee) Hutchinson
Date: Tue Sep 14, 2010

Also available here:
https://wiki.secondlife.com/wiki/Snowstorm_Daily_Scrum_Archive

*=== General Notes ===*
* First day of Sprint 4! Sprint Planning Meeting today from 7-9am PT
* Sprint 4 declared, "The Maintenance Sprint!"

*===Team Status===*
*
*
*
Aimee Linden
PAST
* Clean up voice client shutdown, which turned out less of a problem than I
suspected, that's ready for code review, requested on the lists
* Wrapping up some legal paperwork

FUTURE
* Kick off Sprint 4!

IMPEDIMENTS
* None.

Tofu Linden
Not available for Daily Scrum today

Oz Linden
PAST
 * Work on getting a codereview system set up
* Office Hour

FUTURE
* Push codereview system more...
* Wiki updates for getting source

IMPEDIMENTS
* none

Merov Linden
PAST
 * STORM-106, 115, 116, 117, 118: move those to "Integrated"
* STORM-130 (VWR-22769) : libPNG build: Tried a change that allows for
Boroondas change for standalone builders to be taken without breaking TC
builds and those of us using prebuilt binaries. Waiting for TC to cycle
through it.
* Snowglobe backlog: moved a bunch of JIRAs and created a bunch more that
have SG2.x fixes but are still unfixed in viewer 2.1. Emailed to Esbee.
* Emailed opensource-dev on perf tracking (while talking about jpeg2000
properties)

FUTURE
* STORM-104 (VWR-22761) : LLKDU upgrade. More on perf tracking while waiting
for license to clear and new version to come.
* Snowstorm backlog: more on this

IMPEDIMENTS
* Kakadu license upgrade

Q Linden
PAST
  * Talked to Wolfpup about taking over SNOW-102 and SNOW-103, no progress
since yesterday

FUTURE
* Kick off Sprint 4!

IMPEDIMENTS
* None

Esbee Linden
PAST
  * Met with Q about Jira triage, and related Snowstorm process
 * Touched base with Orange, Gentle, and LordGregGreg about mtg next week
after my move
* Clean up Jira proposal
* Lots of email
* Prep for Sprint 4

FUTURE
* Sprint 4 Planning
* Backlog grooming & new feature request review
* Send request to XD for friend permissions icons.
* Write UI customization blog post.
* Write end of Sprint 3 wrap-up blog post
* VWR triage
* Modify process for sending Viewer ideas/feature requests

IMPEDIMENTS
  * None

Paul ProductEngine
OOO- vacation

Andrew ProductEngine
PAST
* Bug STORM-99 (Select button inside Resident Chooser is disabled if
invoke sharing from undocked My Inventory panel)
 ** Fixed and sent for integration.
* Bug STORM-114 (IM chat history log in plain text mode looks ugly when
displays avatar SLURLs)
** Sent for integration.
* Bug STORM-123 (Resizing ability of nearby chatbar in bottomtray appears
only after click)
** Created, fixed and sent for integration.
* Bug STORM-124 (Replace "no matches found" with "loading" in the My Outfits
tab)
** Closed as resolved.
* Bug STORM-125 (The change of "My title" is saved without pressing "Save"
button in the Group Profile)
** Closed as resolved.
* Bug STORM-126 (Offline participants of Add hoc chat are shown in Recent
Tab)
** Closed as resolved.
* Bug STORM-109 (Undocked Block List panel has no horizontal scrollbar +
verbs have fixed size)
** Closed as cannot reproduce.
* Bug STORM-111 (Camera view angle resets during outfit editing when
docking/undocking Edit Outfit panel)
** Closed as cannot reproduce.
* Bug STORM-112 (EOLs are displayed as "squares" in the pick descriptions
after minimize/restore undocked profile panel)
** Started investigating. Estimate 12h.

FUTURE
*  STORM-112.

IMPEDIMENTS
* none

 Vadim ProductEngine
PAST
 * Major bug STORM-101 (Sidebar settings should be account specific):
 ** Fixed.
* Bug STORM-110 (Add More sub-panel resets its size if minimize/restore
undocked Edit Outfit panel):
** Nasty bug. In current implementation of floater minimization (floater
contents doesn't hide when minimized, but shriks, which moves panels in
layout stack, including Add More) it's difficult to fix. Redoing floater
minimization will cause a ton of new bugs.  I have a crooked hack/fix.  If I
can still live with it in the morning, will commit. Otherwise will close bug
as Will not fix

FUTURE
* STORM-110.

IMPEDIMENTS
* none

 Seth ProductEngine (Sergey)
PAST
* Getting familiar with new JIRA workflow.
* BUG (STORM-108) Undocked Item Profile panel has no scrollbars
** Fixed

FUTURE
* BUG (VWR-22166) 'Item Profile' panel isn't udated if change name of that
item from 'Object contents' floater
** Estimated: 4 hours
* BUG (VWR-22157) My Landmarks: 'Cut' item should be greyed out in folder's
context menu
** Estimated: 4 hours

IMPEDIMENTS
*These issues should be resolved as Fixed:
** (VWR-21132) [BSI] scroll bar resets to near the top of inventory search
** (VWR-21085) Scroller doesn't follow the cursor if cursor is being moved
by keyboard arrow buttons

 Andrey ProductEngine
PAST
* smoke test on Win7/OSX against r209332
  * tested bottom bar buttons drug&drop
* re-tested fixes related to sidebar panels dock/undock

FUTURE
* regressi

[opensource-dev] Bug report or feature request?

2010-09-14 Thread Dave Booth
  In pretty much all v2 viewers, including development, I've noticed a 
weird behavior with group notices... When they arrive you get a little 
notification in the bottom right of the screen and that persists for a 
short time and then goes away exactly as one would expect... However if 
you subsequently go to the icon in the bottom bar and pull up the 
notification history then click on one of the notifications for a group 
notice because you want to read it, the floater that comes up to display 
the notice ALSO fades out after a few seconds, even when its focused and 
you're half way through reading the notice. Intended behavior or not? 
Either way I need to file a Jira, but if its intended behavior I'll be 
making it a feature request to allow me to stop this rather than a bug 
report. Seems to me that when a notice has been explicitly pulled up to 
read it then it shouldnt go away until explicitly dismissed.

Or am I just missing something in the settings somewhere?

Dave
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


Re: [opensource-dev] This cannot be right...

2010-09-14 Thread Ponzu
Latest data...

On my mac, when I open a terminal window, the default for ulimit is 256.
I wrote a little loop to monitor files...

while true
do
   lsof -c Second | wc -l
done

it appears that when Viewer2 (regular of dev) is started, this number
goes to about 63 or so.  Not always the same.

Viewer 2 Release:  When I login, or TP to a new region, this number
jumpt to about 76.  I assume extra file handles used for HTTP sockets
to fetch textures.

Viewer 2 Dev:  Login or TP to region (needing new textures?) and the
file count jumps to 300, and the error message dnssd_clientstub
deliver_request: socketpair failed 24 (Too many open files) starts
flooding my syslog.log file at more than 500 per second.

Hypotheses:  somebody upped some limit or constant and assumed Mac OSX
was a lot higher than 300.

PART 2:

I started the client from a window in which I used ulimit -n 512.

Behavior of Viewer2 Dev is the same.  The file count jumps to 300, but
the viewer freezes.  I guess that the ulimit is set somewhere from
within the viewer, so that the shell's ulimit is ignored.
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


Re: [opensource-dev] This cannot be right...

2010-09-14 Thread Ponzu
On Mon, Sep 13, 2010 at 11:50 AM, Vex Streeter  wrote:
> Check out http://jira.secondlife.com/browse/VWR-22757 and
> http://jira.secondlife.com/browse/VWR-18427

Looks like the same issue.  I added some of my data there.

> I don't know why 209046 would be worse than prior releases, but it would be
> nice to know that OSX builds do or don't have the same issue.

Not just 209046.  It has been three or four of the 2.1.2 Dev builds.
I cannot do anything, really, except report this same bug, since it
has made all of the DEV builds unusable for me.

>
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


Re: [opensource-dev] This cannot be right...

2010-09-14 Thread Ponzu
On Thu, Sep 9, 2010 at 5:14 PM, Altair Sythos  wrote:
> On Thu, 9 Sep 2010 16:59:42 -0400
> Ponzu  wrote:
>
>> >
>> > ehm... in advanced/develop menu do you have enabled debug for GL and
>> > pipeline? :)

No, these are not turned on.
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


Re: [opensource-dev] This cannot be right...

2010-09-14 Thread Ponzu
i am trying to browse the code, looking for some where that perhaps an
http socket should be freed or closed, or not allocated, but is not...

I have found this:

indra/newview/lltexturefetch.cpp:   void relese() { --mActiveCount; }


i don't understand it yet, but it doesn't pass the smell test.  This
function relese does not seem to be called from anywhere I have found
so far.  Also, it is misspelled.  It seems related to de-allocating
something.

Someone who already knows what is going on inside lltexturefetch.cpp
can probably tell me that relese() is OK, but I wanted to mention it
just in case.
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


Re: [opensource-dev] Bug report or feature request?

2010-09-14 Thread Latif Khalifa
I found this behavior to be very irritating as well. The only way to
keep the notice from disappearing is to keep mouse pointer over it. It
needs to be fixed in any case, but I don't know what would be the
proper way to suggest a change.

On Tue, Sep 14, 2010 at 11:30 PM, Dave Booth  wrote:
>  In pretty much all v2 viewers, including development, I've noticed a
> weird behavior with group notices... When they arrive you get a little
> notification in the bottom right of the screen and that persists for a
> short time and then goes away exactly as one would expect... However if
> you subsequently go to the icon in the bottom bar and pull up the
> notification history then click on one of the notifications for a group
> notice because you want to read it, the floater that comes up to display
> the notice ALSO fades out after a few seconds, even when its focused and
> you're half way through reading the notice. Intended behavior or not?
> Either way I need to file a Jira, but if its intended behavior I'll be
> making it a feature request to allow me to stop this rather than a bug
> report. Seems to me that when a notice has been explicitly pulled up to
> read it then it shouldnt go away until explicitly dismissed.
>
> Or am I just missing something in the settings somewhere?
>
> Dave
> ___
> Policies and (un)subscribe information available here:
> http://wiki.secondlife.com/wiki/OpenSource-Dev
> Please read the policies before posting to keep unmoderated posting privileges
>
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


Re: [opensource-dev] This cannot be right...

2010-09-14 Thread Monty Brandenberg

On Sep 14, 2010, at 19:37, Ponzu wrote:

> i am trying to browse the code, looking for some where that perhaps an
> http socket should be freed or closed, or not allocated, but is not...
>
> I have found this:
>
> indra/newview/lltexturefetch.cpp: void relese() { --mActiveCount; }
>
>
> i don't understand it yet, but it doesn't pass the smell test.

I agree with that ('smell test') but I don't think this is a smoking gun
in this case.  relese/release isn't part of the inheritance chain and
isn't called.  'mActiveCount' isn't used in any decisions that I can  
find.
This looks like a remnant of an idea that didn't play out as intended
and could now use some clean up.

Running 'lsof' should have give you an opportunity to identify the
type of the extra open files (may need some help from netstat).  Are
they tcp or pipes?  If tcp, what is the destination port?  80?  1204x?

m

___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


[opensource-dev] Esbee's Office Hour (Viewer Product Backlog and Idea Discussion) Canceled Tomorrow

2010-09-14 Thread Sarah (Esbee) Hutchinson
Good evening all,

Unfortunately, I need to cancel my office hour (normally held Wednesdays
from 8-9am PT) because I'll be out of the office.  We'll resume next week!

Cheers,
Esbee
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges