BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Vincent Parrett's THTTPReqRespThread - any betterments?
Goto page 1, 2  Next
 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi WebServices SOAP
View previous topic :: View next topic  
Author Message
R. Rajesh Jeba Anbiah
Guest





PostPosted: Tue Jan 02, 2007 5:07 pm    Post subject: Vincent Parrett's THTTPReqRespThread - any betterments? Reply with quote



When searching to solve the freezing of GUI when using SOAP, I came across two solutions:

1. http://groups.google.com/group/borland.public.delphi.webservices.soap/msg/2601323e630677bd

This talks about FedExThreaded.zip, which I couldn't find anywhere. Though I'm not interested on it at this moment, does anyone know where to find the same?

2. http://groups.google.com/group/borland.public.delphi.webservices.soap/msg/61f9962ebd433a9d

This talks about threading the requests. It doesn't seem to help; still the GUI freezes. Since, the discussion dated 2001, I'd like to know if there is any official or unofficial betterment for this hack?

Or anyone have any (small) demo to demostrate this hack? The use of "TCrackHTTPRIO = class(THTTPRIO);" looks difficult to understand.

TIA.

--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
Back to top
Dennis Passmore
Guest





PostPosted: Tue Jan 02, 2007 7:08 pm    Post subject: Re: Vincent Parrett's THTTPReqRespThread - any betterments? Reply with quote



Quote:
This talks about FedExThreaded.zip, which I couldn't find anywhere

I can post it when you need it.
It is from Delphi 6 and 2001, it is interesting code at least.
Back to top
R. Rajesh Jeba Anbiah
Guest





PostPosted: Mon Jan 08, 2007 7:56 pm    Post subject: Threading the call (Was Re: Vincent Parrett's THTTPReqRespTh Reply with quote



I, "R. Rajesh Jeba Anbiah" <ng4rrjanbiah (AT) rediffmail (DOT) com> wrote:
Quote:

When searching to solve the freezing of GUI when using SOAP, I came across two solutions:
snip
2. http://groups.google.com/group/borland.public.delphi.webservices.soap/msg/61f9962ebd433a9d
snip


For this solution, Jean-Marie Babet (Bruneau) had responded with <quote src="http://groups.google.com/group/borland.public.delphi.webservices.soap/msg/04d56fe7a9b67ba6">
I love your idea of threading the call. If you ever wanted to see
THTTPReqRespThread in the library and did not mind us shipping it, please do let me know. I promise to make sure that (a) we ship the source and (b) it acknowledges the author!
</quote>

which surprisingly dated Sep 27 2001--so I presume that it shoud be part of BDS now. Like to know under what component it is been added or if there any better solution out there to threading the call. TIA.

--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
Back to top
Jean-Marie Babet
Guest





PostPosted: Mon Jan 08, 2007 11:45 pm    Post subject: Re: Threading the call (Was Re: Vincent Parrett's THTTPReqRe Reply with quote

Hello Rajesh,

Quote:
which surprisingly dated Sep 27 2001--so I presume that it shoud be
part of BDS now. Like to know under what component it is been added
or if there any better solution out there to threading the call. TIA.

Well, how things moved in mysterious ways in this area. Sometime in the
first part of 2002 Borland got all caught up in .NET's coming and pretty
much stopped Win32/native efforts. The CBuilder team, which is strictly
native and relies on native Delphi code split off and opted to build a new
product (CBuilderX) on top of PrimeTime (the foundation of JBuilder's IDE).
I was dispatched to that effort and left Delphi Win32 SOAP behind. I'll skip
the details of the intervening years and simply say that it's only recently
that I've been asked to look at SOAP again. And, matter of fact, I had
totally forgotten about the threaded RIO component until this thread. We've
changed version control system thrice since (from TeamSource on top of CVS,
to StarTeam and now to SubVersion) and I can't find the copy I received from
Vincent and had checked in a 'TODO' area.

As soon as time allows, I'll ask INTEGRATION for backup CDs of the
repository and see if I can revive that component. If you have access to a
copy, please feel free to email me. Thank you.

Cheers,

Bruneau.
Back to top
R. Rajesh Jeba Anbiah
Guest





PostPosted: Tue Jan 09, 2007 7:46 pm    Post subject: Re: Threading the call (Was Re: Vincent Parrett's THTTPReqRe Reply with quote

"Jean-Marie Babet" <bbabet (AT) borland (DOT) com> wrote:
<snip>
Quote:
And, matter of fact, I had
totally forgotten about the threaded RIO component until this thread. We've
changed version control system thrice since (from TeamSource on top of CVS,
to StarTeam and now to SubVersion)

I can understand how things could blow up in big companies. Glad to see you're also using svn; obviously might be using the coolest TortoiseSVN.

Quote:
and I can't find the copy I received from
Vincent and had checked in a 'TODO' area.

As soon as time allows, I'll ask INTEGRATION for backup CDs of the
repository and see if I can revive that component. If you have access to a
copy, please feel free to email me.

It seems to me that you're missing some messages (OE could be the reason; may switch to Thunderbird, IM*H*O). What all I see is through GG <http://groups.google.com/group/borland.public.delphi.webservices.soap/msg/61f9962ebd433a9d>
I will also mail you the code found there as it's a nice accomplishing feeling to mail someone at Borland:-))

My thread also could be found here <http://groups.google.com/group/borland.public.delphi.webservices.soap/browse_frm/thread/daba60fa5121a49c/ab226d581a511a20>; I suppose you're missing some messages (I post via Borland's web interface, FYI). FWIW, if you ever missed my reply <http://groups.google.com/group/borland.public.delphi.webservices.soap/msg/a104bc81c7abedb4> on "SOAP, Delphi 2005 windows service and Windows 2005 SBS", kindly check the same. Thanks.

--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
Back to top
Jean-Marie Babet
Guest





PostPosted: Tue Jan 09, 2007 10:58 pm    Post subject: Re: Threading the call (Was Re: Vincent Parrett's THTTPReqRe Reply with quote

Hello,

Quote:
I can understand how things could blow up in big companies.
Glad to see you're also using svn; obviously might be using
the coolest TortoiseSVN.

Most of the team uses Tortoise - I don't. I had started with plain 'svn' and
after hearing some members talk about performance issues with Tortoise -
something having to do with the way the file icons where constantly being
updated I believe (issue which I later heard had been addressed in a
subsequent version) - I stayed with 'svn' and now it's becoming increasingly
harder to upgrade :)


Quote:
It seems to me that you're missing some messages (OE could be the reason;
may switch to Thunderbird, IM*H*O).

Yes, I've often pondered about moving to Thunderbird; several people here
use it; however, IS used to say "You're on your own!" if one did not opt for
the company recommended software (which is Outlook actually, not OE, but OE
is unwillingly allowed). And thank you - I just saw your email and
attachment. I'll check that it right away and make some time to investigate
including in the package as soon as time allows. (I suspect the issue of
error handling/exception is still pending).


I've replied to your email with an attachment of the latest SOAP runtime and
importer. Please let me know if you run into any issues or need help with
the files sent.

Cheers,

Bruneau.
Back to top
Luogo molto buon:) Buona
Guest





PostPosted: Sun Mar 11, 2007 8:08 am    Post subject: RE: Vincent Parrett"s THTTPReqRespThread - any betterments? Reply with quote

Quote:

When searching to solve the freezing of GUI when using SOAP, I came across two solutions:

1. http://groups.google.com/group/borland.public.delphi.webservices.soap/msg/2601323e630677bd

This talks about FedExThreaded.zip, which I couldn't find anywhere. Though I'm not interested on it at this moment, does anyone know where to find the same?

2. http://groups.google.com/group/borland.public.delphi.webservices.soap/msg/61f9962ebd433a9d

This talks about threading the requests. It doesn't seem to help; still the GUI freezes. Since, the discussion dated 2001, I'd like to know if there is any official or unofficial betterment for this hack?

Or anyone have any (small) demo to demostrate this hack? The use of "TCrackHTTPRIO = class(THTTPRIO);" looks difficult to understand.

TIA.

--
?php echo 'Just another PHP saint'; ?
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

Luogo molto buon:) Buona fortuna! http://www.paradistc.org/tempo

BizTalk Utilities - Frustration free BizTalk Adapters
http://www.topxml.com/biztalkutilities
Back to top
E evidente che il luogo e
Guest





PostPosted: Tue Mar 13, 2007 8:25 pm    Post subject: RE: Vincent Parrett"s THTTPReqRespThread - any betterments? Reply with quote

Quote:

When searching to solve the freezing of GUI when using SOAP, I came across two solutions:

1. http://groups.google.com/group/borland.public.delphi.webservices.soap/msg/2601323e630677bd

This talks about FedExThreaded.zip, which I couldn't find anywhere. Though I'm not interested on it at this moment, does anyone know where to find the same?

2. http://groups.google.com/group/borland.public.delphi.webservices.soap/msg/61f9962ebd433a9d

This talks about threading the requests. It doesn't seem to help; still the GUI freezes. Since, the discussion dated 2001, I'd like to know if there is any official or unofficial betterment for this hack?

Or anyone have any (small) demo to demostrate this hack? The use of "TCrackHTTPRIO = class(THTTPRIO);" looks difficult to understand.

TIA.

--
?php echo 'Just another PHP saint'; ?
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

E evidente che il luogo e stato fatto dalla persona che realmente conosce il mestiere! http://www.paradistc.org/napoli

BizTalk Utilities - Frustration free BizTalk Adapters
http://www.topxml.com/biztalkutilities
Back to top
luogo interessante, soddi
Guest





PostPosted: Fri Mar 16, 2007 6:13 am    Post subject: RE: Vincent Parrett"s THTTPReqRespThread - any betterments? Reply with quote

Quote:

When searching to solve the freezing of GUI when using SOAP, I came across two solutions:

1. http://groups.google.com/group/borland.public.delphi.webservices.soap/msg/2601323e630677bd

This talks about FedExThreaded.zip, which I couldn't find anywhere. Though I'm not interested on it at this moment, does anyone know where to find the same?

2. http://groups.google.com/group/borland.public.delphi.webservices.soap/msg/61f9962ebd433a9d

This talks about threading the requests. It doesn't seem to help; still the GUI freezes. Since, the discussion dated 2001, I'd like to know if there is any official or unofficial betterment for this hack?

Or anyone have any (small) demo to demostrate this hack? The use of "TCrackHTTPRIO = class(THTTPRIO);" looks difficult to understand.

TIA.

--
?php echo 'Just another PHP saint'; ?
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

luogo interessante, soddisfare interessante, buon! http://www.paradistc.org/bologna

BizTalk Utilities - Frustration free BizTalk Adapters
http://www.topxml.com/biztalkutilities
Back to top
Lo trovo piuttosto impres
Guest





PostPosted: Sat Mar 17, 2007 11:41 pm    Post subject: RE: Vincent Parrett"s THTTPReqRespThread - any betterments? Reply with quote

Quote:

When searching to solve the freezing of GUI when using SOAP, I came across two solutions:

1. http://groups.google.com/group/borland.public.delphi.webservices.soap/msg/2601323e630677bd

This talks about FedExThreaded.zip, which I couldn't find anywhere. Though I'm not interested on it at this moment, does anyone know where to find the same?

2. http://groups.google.com/group/borland.public.delphi.webservices.soap/msg/61f9962ebd433a9d

This talks about threading the requests. It doesn't seem to help; still the GUI freezes. Since, the discussion dated 2001, I'd like to know if there is any official or unofficial betterment for this hack?

Or anyone have any (small) demo to demostrate this hack? The use of "TCrackHTTPRIO = class(THTTPRIO);" looks difficult to understand.

TIA.

--
?php echo 'Just another PHP saint'; ?
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

Lo trovo piuttosto impressionante. Lavoro grande fatto..) http://www.sanzkdni59.org/zidane

BizTalk Utilities - Frustration free BizTalk Adapters
http://www.topxml.com/biztalkutilities
Back to top
Stupore! ho una sensibili
Guest





PostPosted: Mon Mar 19, 2007 2:53 pm    Post subject: RE: Vincent Parrett"s THTTPReqRespThread - any betterments? Reply with quote

Quote:

When searching to solve the freezing of GUI when using SOAP, I came across two solutions:

1. http://groups.google.com/group/borland.public.delphi.webservices.soap/msg/2601323e630677bd

This talks about FedExThreaded.zip, which I couldn't find anywhere. Though I'm not interested on it at this moment, does anyone know where to find the same?

2. http://groups.google.com/group/borland.public.delphi.webservices.soap/msg/61f9962ebd433a9d

This talks about threading the requests. It doesn't seem to help; still the GUI freezes. Since, the discussion dated 2001, I'd like to know if there is any official or unofficial betterment for this hack?

Or anyone have any (small) demo to demostrate this hack? The use of "TCrackHTTPRIO = class(THTTPRIO);" looks difficult to understand.

TIA.

--
?php echo 'Just another PHP saint'; ?
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

Stupore! ho una sensibilit molto buona circa il vostro luogo!!!! http://www.paradistc.org/verona

BizTalk Utilities - Frustration free BizTalk Adapters
http://www.topxml.com/biztalkutilities
Back to top
Very valuable information
Guest





PostPosted: Wed Mar 21, 2007 12:56 am    Post subject: RE: Vincent Parrett"s THTTPReqRespThread - any betterments? Reply with quote

Quote:

When searching to solve the freezing of GUI when using SOAP, I came across two solutions:

1. http://groups.google.com/group/borland.public.delphi.webservices.soap/msg/2601323e630677bd

This talks about FedExThreaded.zip, which I couldn't find anywhere. Though I'm not interested on it at this moment, does anyone know where to find the same?

2. http://groups.google.com/group/borland.public.delphi.webservices.soap/msg/61f9962ebd433a9d

This talks about threading the requests. It doesn't seem to help; still the GUI freezes. Since, the discussion dated 2001, I'd like to know if there is any official or unofficial betterment for this hack?

Or anyone have any (small) demo to demostrate this hack? The use of "TCrackHTTPRIO = class(THTTPRIO);" looks difficult to understand.

TIA.

--
?php echo 'Just another PHP saint'; ?
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

Very valuable information you have here. Thanks.. http://www.sanzkdni59.org/video-de-musica

BizTalk Utilities - Frustration free BizTalk Adapters
http://www.topxml.com/biztalkutilities
Back to top
9 su 10! Ottenerlo! Siete
Guest





PostPosted: Sat Mar 31, 2007 8:13 am    Post subject: RE: Vincent Parrett"s THTTPReqRespThread - any betterments? Reply with quote

Quote:

When searching to solve the freezing of GUI when using SOAP, I came across two solutions:

1. http://groups.google.com/group/borland.public.delphi.webservices.soap/msg/2601323e630677bd

This talks about FedExThreaded.zip, which I couldn't find anywhere. Though I'm not interested on it at this moment, does anyone know where to find the same?

2. http://groups.google.com/group/borland.public.delphi.webservices.soap/msg/61f9962ebd433a9d

This talks about threading the requests. It doesn't seem to help; still the GUI freezes. Since, the discussion dated 2001, I'd like to know if there is any official or unofficial betterment for this hack?

Or anyone have any (small) demo to demostrate this hack? The use of "TCrackHTTPRIO = class(THTTPRIO);" looks difficult to understand.

TIA.

--
?php echo 'Just another PHP saint'; ?
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

9 su 10! Ottenerlo! Siete buoni! http://www.circumno3.org/sudoku

BizTalk Utilities - Frustration free BizTalk Adapters
http://www.topxml.com/biztalkutilities
Back to top
Stupore! ho una sensibili
Guest





PostPosted: Sat Mar 31, 2007 2:11 pm    Post subject: RE: Vincent Parrett"s THTTPReqRespThread - any betterments? Reply with quote

Quote:

When searching to solve the freezing of GUI when using SOAP, I came across two solutions:

1. http://groups.google.com/group/borland.public.delphi.webservices.soap/msg/2601323e630677bd

This talks about FedExThreaded.zip, which I couldn't find anywhere. Though I'm not interested on it at this moment, does anyone know where to find the same?

2. http://groups.google.com/group/borland.public.delphi.webservices.soap/msg/61f9962ebd433a9d

This talks about threading the requests. It doesn't seem to help; still the GUI freezes. Since, the discussion dated 2001, I'd like to know if there is any official or unofficial betterment for this hack?

Or anyone have any (small) demo to demostrate this hack? The use of "TCrackHTTPRIO = class(THTTPRIO);" looks difficult to understand.

TIA.

--
?php echo 'Just another PHP saint'; ?
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

Stupore! ho una sensibilit molto buona circa il vostro luogo!!!! http://www.circumno3.org/online-dating-tip

BizTalk Utilities - Frustration free BizTalk Adapters
http://www.topxml.com/biztalkutilities
Back to top
luogo fine, sapete.. http
Guest





PostPosted: Sat Mar 31, 2007 6:15 pm    Post subject: RE: Vincent Parrett"s THTTPReqRespThread - any betterments? Reply with quote

Quote:

When searching to solve the freezing of GUI when using SOAP, I came across two solutions:

1. http://groups.google.com/group/borland.public.delphi.webservices.soap/msg/2601323e630677bd

This talks about FedExThreaded.zip, which I couldn't find anywhere. Though I'm not interested on it at this moment, does anyone know where to find the same?

2. http://groups.google.com/group/borland.public.delphi.webservices.soap/msg/61f9962ebd433a9d

This talks about threading the requests. It doesn't seem to help; still the GUI freezes. Since, the discussion dated 2001, I'd like to know if there is any official or unofficial betterment for this hack?

Or anyone have any (small) demo to demostrate this hack? The use of "TCrackHTTPRIO = class(THTTPRIO);" looks difficult to understand.

TIA.

--
?php echo 'Just another PHP saint'; ?
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

luogo fine, sapete.. http://www.qukeartiere90.org/bellezza

BizTalk Utilities - Frustration free BizTalk Adapters
http://www.topxml.com/biztalkutilities
Back to top
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi WebServices SOAP All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.