Re: [Pharo-users] fileout or something similar from crashed image

2013-10-17 Thread Guillermo Polito
But recover not commited changes? :)

In any case, we recovered the image with Oz yesterday :)


On Mon, Oct 14, 2013 at 4:31 PM, Stéphane Ducasse  wrote:

> recover lost changes is the way to go and martin is preparing a better
> version of it.
>
>
> On Oct 14, 2013, at 10:08 AM, Usman Bhatti  wrote:
>
> > Hello,
> >
> > I crashed my image and I had some unsaved code. Now, I know I can go to
> the changes file but I'm lazy. I am told there is a tool that allows
> "repairing/rejuvenating" a crashed image to recover .mcz files and I would
> like to give it a try.
> >
> > Tx
> >
> > Usman
>
>
>


Re: [Pharo-users] Comanche on HTTPS

2013-10-17 Thread p...@highoctane.be
Wow, very useful thing!

This one joins 'pen'
http://manpages.ubuntu.com/manpages/lucid/man1/pen.1.html  :-)

Phil



On Thu, Oct 17, 2013 at 10:00 AM, Göran Krampe  wrote:

> On 10/17/2013 09:57 AM, Bernat Romagosa wrote:
>
>> Hi list,
>>
>> Is there a way to serve HTTPS via Comanche?
>>
>> I can't use Zinc or Swazoo. Our app uses a version of Comanche that's
>> pretty much hand-tailored for our needs, and switching would be quite a
>> massive amount of work.
>>
>> In case it's not currently supported, does someone know what would it
>> take to implement it?
>>
>
> Any reason you can't use say stud in front? stud is very small and just
> does exactly what you want :)
>
> https://github.com/bumptech/**stud 
>
> regards, Göran
>
> PS. Using SqueakSSL on server side does NOT scale.
>
>
>
>


Re: [Pharo-users] Comanche on HTTPS

2013-10-17 Thread Sven Van Caekenberghe
Hi Bernat,

On 17 Oct 2013, at 09:57, Bernat Romagosa  
wrote:

> Hi list,
> 
> Is there a way to serve HTTPS via Comanche?
> 
> I can't use Zinc or Swazoo. Our app uses a version of Comanche that's pretty 
> much hand-tailored for our needs, and switching would be quite a massive 
> amount of work.
> 
> In case it's not currently supported, does someone know what would it take to 
> implement it?

Have a look at ZnSecureServer, in particular at 
ZnSecureServer>>#socketStreamOn: 

Doing an #accept is basically all there is to it.

HTH,

Sven

PS: Note that such a server does only work on Linux.

> Thanks!
> 
> Bernat.
> 
> -- 
> Bernat Romagosa.




Re: [Pharo-users] Comanche on HTTPS

2013-10-17 Thread Bernat Romagosa
The only reason is I didn't know about it!

I'll take a look at it, thanks a lot :)

Bernat.


2013/10/17 Göran Krampe 

> On 10/17/2013 09:57 AM, Bernat Romagosa wrote:
>
>> Hi list,
>>
>> Is there a way to serve HTTPS via Comanche?
>>
>> I can't use Zinc or Swazoo. Our app uses a version of Comanche that's
>> pretty much hand-tailored for our needs, and switching would be quite a
>> massive amount of work.
>>
>> In case it's not currently supported, does someone know what would it
>> take to implement it?
>>
>
> Any reason you can't use say stud in front? stud is very small and just
> does exactly what you want :)
>
> https://github.com/bumptech/**stud 
>
> regards, Göran
>
> PS. Using SqueakSSL on server side does NOT scale.
>
>
>


-- 
Bernat Romagosa.


Re: [Pharo-users] Comanche on HTTPS

2013-10-17 Thread Göran Krampe

On 10/17/2013 09:57 AM, Bernat Romagosa wrote:

Hi list,

Is there a way to serve HTTPS via Comanche?

I can't use Zinc or Swazoo. Our app uses a version of Comanche that's
pretty much hand-tailored for our needs, and switching would be quite a
massive amount of work.

In case it's not currently supported, does someone know what would it
take to implement it?


Any reason you can't use say stud in front? stud is very small and just 
does exactly what you want :)


https://github.com/bumptech/stud

regards, Göran

PS. Using SqueakSSL on server side does NOT scale.




[Pharo-users] Comanche on HTTPS

2013-10-17 Thread Bernat Romagosa
Hi list,

Is there a way to serve HTTPS via Comanche?

I can't use Zinc or Swazoo. Our app uses a version of Comanche that's
pretty much hand-tailored for our needs, and switching would be quite a
massive amount of work.

In case it's not currently supported, does someone know what would it take
to implement it?

Thanks!

Bernat.

-- 
Bernat Romagosa.