I tried running a script using both SFU & Cygwin. I noticed that processing a
script in Cygwin is a lot slower as compared to using SFU. Is there a way to
make the processing faster?
--
View this message in context:
http://www.nabble.com/Processing-A-Script-Too-Slow-under-Cygwin-tf3826478.html#a
c_rehash is a program needed for making openssl certificates and is part
of the openssl program:
an example of use is here:http://www.stunnel.org/examples/client_cert.html
c_rehash is a perl script
it contain the following lines
if(! -x $openssl) {
if(-x "$_/$openssl.exe") {
this check for openssl
oops i didn't pay attention at the fact that the group wasn't made
executable...
but the Administrator should be able to run c_rehash no?
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.
* ilak1008 (Mon, 28 May 2007 00:17:25 -0700 (PDT))
> I tried running a script using both SFU & Cygwin. I noticed that processing a
> script in Cygwin is a lot slower as compared to using SFU.
Yes, about two times slower is reasonable.
> Is there a way to make the processing faster?
Yes, profile
Nick Telepneff wrote:
I have installed and run the cygwin inetd telnet server and find that
when more than around 16 users connect via telnet the shells start to
fail with the following message:
16622413 [main] -bash 3868 fork: child -1 - died waiting for longjmp
before initialization, retry 0,
Hi to All,
sorry for some variable in italian language.
I have written a C Server program and I have compiled this with Cygwin
without errors.
Running the exe file with Cygwin, if the client (telnet) send to Server a
word (in italian language "parola"), in the Cygwin window this message is
displ
Thorsten Kampe wrote:
>
> * ilak1008 (Mon, 28 May 2007 00:17:25 -0700 (PDT))
>> I tried running a script using both SFU & Cygwin. I noticed that
>> processing a
>> script in Cygwin is a lot slower as compared to using SFU.
>
> Yes, about two times slower is reasonable.
>
>> Is there a way to m
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to ilak1008 on 5/28/2007 7:16 AM:
> In fact, my script process a file about 5 sec under SFU while under Cygwin,
> it takes about 30 sec or longer. I wish to continue using Cygwin.
Cygwin is an emulation layer. By its very nature, it is in
On 28/05/07, Nick048 wrote:
I have written a C Server program and I have compiled this with Cygwin
without errors.
Running the exe file with Cygwin, if the client (telnet) send to Server a
word (in italian language "parola"), in the Cygwin window this message is
displayed:
5 [main] myserver 2736
Hi,
I am a new CYGWIN user.
I actually tried to compile and link a C/C++ program using the 'w32api',
more exactly, the '/lib/w32api/libws2_32.a' library, with the following
command:
$gcc -o myprogram -lws2_32-c myprogram.c
But, I always got the error messages from the 'ld' l
On 28 May 2007 14:42, Alain Nguyen wrote:
> Hi,
>
> I am a new CYGWIN user.
>
> I actually tried to compile and link a C/C++ program using the 'w32api',
> more exactly, the '/lib/w32api/libws2_32.a' library, with the following
> command:
>
> $gcc -o myprogram -lws2_32-c mypr
Thank You for reply.
I use the same version and as Client telnet from command line. But the error
is the same.
Thank for the notice over bug.
Gaetano
Mark Fisher wrote:
>
> i don't get this error running the code you linked.
> i'm running "gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dm
* ilak1008 (Mon, 28 May 2007 06:16:33 -0700 (PDT))
> Thorsten Kampe wrote:
> > * ilak1008 (Mon, 28 May 2007 00:17:25 -0700 (PDT))
> >> I tried running a script using both SFU & Cygwin. I noticed that
> >> processing a
> >> script in Cygwin is a lot slower as compared to using SFU.
> >
> > Yes, abo
Hi,
I have the latest version of cygwin installed
CYGWIN_NT-6.0 cecile 1.5.24(0.156/4/2) 2007-01-31 10:57 i686 Cygwin
When create a file or a folder in vista (using the explorer or a windows
application),
the file or folder is created without any right (like when a chmod 000
is applied).
Thi
Arnaud Legout wrote:
> I have the latest version of cygwin installed
> CYGWIN_NT-6.0 cecile 1.5.24(0.156/4/2) 2007-01-31 10:57 i686 Cygwin
>
> When create a file or a folder in vista (using the explorer or a windows
> application),
> the file or folder is created without any right (like when a ch
ilak1008 wrote:
In fact, my script process a file about 5 sec under SFU while under Cygwin,
it takes about 30 sec or longer. I wish to continue using Cygwin.
Therefore, is there a better way to make the processing faster without the
need of optimizing my script?
Strange. While
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Mohammed Iqbal.H wrote:
> Hi
>
> Thanks ,it worked.
>
> Thanks again
> iqbal
>
>
> --- Marco Atzeri <[EMAIL PROTECTED]> wrote:
>
>> --- "Mohammed Iqbal.H" ha scritto:
>>> dd if={.dd image} of=/cygdrive/e
>>>
>>> As 'e' is the USB key.
>>>
>>> err
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Joseph Michaud wrote:
> Christopher Faylor wrote:
>> On Wed, May 23, 2007 at 10:00:49AM -0400, Joseph Michaud wrote:
>>> I have cygwin installed on a Windows share. I'm trying to use it
>>> from another Windows client machine (on which it was never in
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Matthew Woehlke wrote:
> Wei-Hao Lin wrote:
>> OCaml 3.10 is just released. The Cygwin ocaml package generously
>> contributed by Igor Pechtchanski in 2004, however, is still 3.08.1.
>> Although OCaml can be compiled under Cygwin without any change, s
On Mon, May 28, 2007 at 05:23:07PM -0600, morgan gangwere wrote:
>-BEGIN PGP SIGNED MESSAGE-
>Hash: SHA1
>
>Joseph Michaud wrote:
>> Christopher Faylor wrote:
>>> On Wed, May 23, 2007 at 10:00:49AM -0400, Joseph Michaud wrote:
I have cygwin installed on a Windows share. I'm trying to
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Brian Dessent wrote:
> Arnaud Legout wrote:
>
>> I have the latest version of cygwin installed
>> CYGWIN_NT-6.0 cecile 1.5.24(0.156/4/2) 2007-01-31 10:57 i686 Cygwin
>>
>> When create a file or a folder in vista (using the explorer or a windows
>> app
morgan gangwere wrote:
> well, you could MOUNT the image and COPY the files over, but thats a
> really tricky thing to do in cygwin (none of my attempts have worked)
It's "really tricky" because it's impossible. The mount command in
Cygwin simply manipulates a table of path translation entries,
SWIG maintainer,
Support for Python 2.5 was added to SWIG in >= 1.3.30, but the distro
has curr: 1.3.29-2. As Python 2.5 is now in the distro, a SWIG update
is imperative to those of us building Python extensions.
Yaakov
Cygwin Ports
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Brian Dessent wrote:
> morgan gangwere wrote:
>
>> well, you could MOUNT the image and COPY the files over, but thats a
>> really tricky thing to do in cygwin (none of my attempts have worked)
>
> It's "really tricky" because it's impossible. The mo
I'm building dbus-glib from source and I get this error when I make:
In file included from /usr/include/unistd.h:4,
from dbus-binding-tool-glib.c:39:
/usr/include/sys/unistd.h:108: error: parse error before numeric constant
Ideas?
--
Scott.
--
Unsubscribe info: http://cygw
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Scott Peterson on 5/28/2007 8:07 PM:
> I'm building dbus-glib from source and I get this error when I make:
>
> In file included from /usr/include/unistd.h:4,
> from dbus-binding-tool-glib.c:39:
> /usr/include/sys/unistd.h
Scott Peterson wrote:
> I'm building dbus-glib from source and I get this error when I make:
>
> In file included from /usr/include/unistd.h:4,
> from dbus-binding-tool-glib.c:39:
> /usr/include/sys/unistd.h:108: error: parse error before numeric constant
>
> Ideas?
There's not
27 matches
Mail list logo